i was just about to replace -lite by cpu-hashcat (because of bad performance mask), but hashcat does nothing else but telling me "Caching segment, please wait..." (waiting for several minutes now)
tmp.table:
tmp.word
result:
at first i thought it was caching some words, but the ram doesn't fill up either. Only one core 100% usage.
tmp.table:
Code:
X=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789° !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
Code:
AAAAAXAXXAAAAAAAAAXAXXAA
result:
Code:
hashcat-cli64.exe -a5 --table-file=tmp.table tmp.hash tmp.word
Initializing hashcat v0.37 by atom with 8 threads and 32mb segment-size...
NOTE: press enter for status-screen
Added hashes from file tmp.hash: 1 (1 salts)
Activating quick-digest mode for single-hash
Caching segment, please wait...
Caching segment, please wait...
Caching segment, please wait...
Caching segment, please wait...
at first i thought it was caching some words, but the ram doesn't fill up either. Only one core 100% usage.