Cracking Mysql 5 Hash usando Hashcat

1

Sto praticando cracking dell'hash di MYSQL5 usando hash cat, tuttavia, per una ragione o un'altra, termina il processo di cracking troppo velocemente - entro 30 secondi - senza restituire risultati / errori.

Ho dubitato che stia usando un tipo di hash errato, tuttavia, ho controllato due volte usando l'identificatore di hash e altri strumenti.

Ecco l'output:

root@k:~/Desktop# cat hash
63e5c2e178e611b692b526f8b6332317f2ff5513

root@k:~/Desktop# hashcat -m300 -a0 hash rockyou.txt 
Initializing hashcat v0.47 by atom with 8 threads and 32mb segment-size...

Added hashes from file hash: 1 (1 salts)
Activating quick-digest mode for single-hash

NOTE: press enter for status-screen


Input.Mode: Dict (rockyou.txt)
Index.....: 1/5 (segment), 3627099 (words), 33550343 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 796.54k plains, 796.54k words
Progress..: 3627099/3627099 (100.00%)
Running...: 00:00:00:04
Estimated.: --:--:--:--


Input.Mode: Dict (rockyou.txt)
Index.....: 2/5 (segment), 3351796 (words), 33550341 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 779.88k plains, 779.88k words
Progress..: 3351796/3351796 (100.00%)
Running...: 00:00:00:04
Estimated.: --:--:--:--


Input.Mode: Dict (rockyou.txt)
Index.....: 3/5 (segment), 3323233 (words), 33550343 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 724.21k plains, 724.21k words
Progress..: 3323233/3323233 (100.00%)
Running...: 00:00:00:05
Estimated.: --:--:--:--


Input.Mode: Dict (rockyou.txt)
Index.....: 4/5 (segment), 3488103 (words), 33550343 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 768.58k plains, 768.58k words
Progress..: 3488103/3488103 (100.00%)
Running...: 00:00:00:04
Estimated.: --:--:--:--


Input.Mode: Dict (rockyou.txt)
Index.....: 5/5 (segment), 553093 (words), 5720127 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 824.46k plains, 824.46k words
Progress..: 553093/553093 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Mon May  5 04:43:41 2014
Stopped: Mon May  5 04:44:17 2014
root@k:~/Desktop# 

Sono molto confuso da quando ho provato hashcat con altri hash e funziona perfettamente! Ma perché non ha funzionato con questo?

A parte questo, ho visto più siti che forniscono il cloud cracking per soldi. Qualcuno ha qualche raccomandazione / esperienza con tale servizio?

    
posta Ahmed Taher 05.05.2014 - 03:48
fonte

1 risposta

4

Il tuo hashcat sembra funzionare correttamente. 30 secondi indica quanto tempo impiega il mio per scorrere tutte le password in rockyou.txt

Sembra che la password non sia in rockyou.txt che contiene solo alcune centinaia di migliaia di password.

Ti suggerisco di utilizzare alcune regole per indovinare alcune varianti delle password in rockyou e / o trovare un dizionario più grande.

d3ad0ne.rule impiegherà molto tempo ...

un comando potrebbe essere

hashcat -m 300 -a 0 -r rules/d3ad0ne.rule hash rockyou.txt 
    
risposta data 05.05.2014 - 05:44
fonte

Leggi altre domande sui tag