hashcat v0.42 - SSHA-1(Base64) - Bug - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html) +--- Thread: hashcat v0.42 - SSHA-1(Base64) - Bug (/thread-1920.html) |
hashcat v0.42 - SSHA-1(Base64) - Bug - blandyuk - 01-08-2013 hashcat v0.42 output: Code: Initializing hashcat v0.42 by atom with 2 threads and 64mb segment-size... Command: hashcat-cli64.exe -a 0 -m 111 -o "E:\tmpDF89_found.txt" --output-format=0 --remove -n 2 -c 64 "[hidden]\Temp\tmpDF89.tmp" "[dicts_hidden]" As it happens, plus works perfectly with same hash and same mode: Code: Session.Name...: cudaHashcat-plus Command: cudaHashcat-plus64.exe -a 0 -m 111 -o "E:\tmp5259_found.txt" --outfile-format=3 -n 40 --remove --gpu-loops=64 --gpu-temp-abort=90 "[hidden]\Temp\tmp5259.tmp" "[dicts_hidden]" RE: hashcat v0.42 - SSHA-1(Base64) - Bug - atom - 01-09-2013 Its not a bug, its a missing feature. hashcat CPU does not support dynamic salt length for nsldap, only oclHashcat-* does. |