hashcat Forum
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...

Skipping line: {SSHA}AceYxInoJwnrSnuEf3NgDibje4zhMIJE (line length exception)
No hashes loaded

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
Status.........: Exhausted
Input.Mode.....: File (E:\Hacking\_dict\tmto.txt)
Hash.Target....: {SSHA}AceYxInoJwnrSnuEf3NgDibje4zhMIJE
Hash.Type......: SSHA-1(Base64), nsldaps, Netscape LDAP SSHA
Time.Started...: Tue Jan 08 15:18:48 2013 (1 min, 19 secs)
Time.Estimated.: 0 secs
Speed.GPU.#1...:  2949.0k/s
Recovered......: 0/1 Digests, 0/1 Salts
Progress.......: 117328088/118646655 (98.89%)
Rejected.......: 4/117328088 (0.00%)
HWMon.GPU.#1...: 43% Util, 60c Temp, N/A Fan

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.