Sto utilizzando airlib-ng e crunch per generare il database delle password e utilizzare il database delle password in aircrack-ng per decifrare il catturato Handshake di una rete wireless WPA2.
Ecco i miei comandi e output del terminale -
root@VAIO-PC:~/Desktop/files# crunch 8 8 1234567890abcdefghijklmnopqrstuvwxyz --stdout | airolib-ng testdb -import passwd -
Crunch will now generate the following amount of data: 25389989167104 bytes
24213780 MB
23646 GB
23 TB
0 PB
Crunch will now generate the following number of lines: 2821109907456
Database <testdb> does not already exist, creating it...
Database <testdb> successfully created
Reading file...
^CCrunch ending at 1111y3z4id lines ignored.
root@VAIO-PC:~/Desktop/files# clear
Ora, ho generato un testdb che userò con -r
switch per crackare il file handshake (* .cap).
root@VAIO-PC:~/Desktop/files# aircrack-ng '/root/Desktop/hs/TEST-NET.cap' -r '/root/Desktop/files/testdb'
Opening /root/Desktop/hs/TEST-NET.cap
Read 4 packets.
# BSSID ESSID Encryption
1 AA:8E:E8:04:02:EE TEST-NET WPA (1 handshake)
Choosing first network as target.
Opening /root/Desktop/hs/TEST-NET (copy).cap
Reading packets, please wait...
Aircrack-ng 1.2 rc4
Quitting aircrack-ng...
root@VAIO-PC:~/Desktop/files#
Ma si chiude per un motivo inaspettato, qualcuno può dirmi qui il problema qui? Anche un file .journal viene cancellato. Non so quale sia il problema, ho provato a cercare nei forum e in altri siti web ma non ho trovato molto aiuto in merito.
Contenuti correlati - link ma usa un vocabolario invece di generarli usando crunch.
Penso che il file del database delle password sia circa 50mb e che la password del testo sia più di 500 mb, quindi il mio PC è così veloce da completare l'intero processo in un batter d'occhio?