hashcat Forum

Full Version: [bug] endless "Caching segment" in table mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
Code:
X=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789° !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
tmp.word
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.
this is a known issue. it is already fixed in hashcat v0.38 beta. if you need it, PM me on IRC.

thanks for reporting.