Hashcat bruteforce definisce la forma dell'intervallo di cifre e a

1

So che questa password è compresa tra 90.000.000 e 500.000.000

come posso dire hashcat a bruteforce esattamente in quell'intervallo? Intendo partire da 90.000.000 e termina a 500.000.000

Vado la password a farlo, ma è così inefficiente! Mi piacerebbe sapere il modo corretto

./hashcat64.bin --hash-type 2500 --attack-mode 3 ~/Desktop/wifi.hccapx ?d?d?d?d?d?d?d?d

./hashcat64.bin --hash-type 2500 --attack-mode 3 ~/Desktop/wifi.hccapx ?d?d?d?d?d?d?d?d?d
    
posta D.Snap 07.11.2018 - 09:09
fonte

1 risposta

1

Iniziamo con la bruteforcing tra 90000000 e 99999999:

./hashcat64.bin --hash-type 2500 --attack-mode 3 ~/Desktop/wifi.hccapx 9?d?d?d?d?d?d?d

Quindi facciamo bruteforce da 100000000 a 499999999:

./hashcat64.bin --hash-type 2500 --attack-mode 3 ~/Desktop/wifi.hccapx -1 1234 ?1?d?d?d?d?d?d?d?d

Infine, proviamo con 500000000:

./hashcat64.bin --hash-type 2500 --attack-mode 3 ~/Desktop/wifi.hccapx 500000000
    
risposta data 07.11.2018 - 09:34
fonte

Leggi altre domande sui tag