cracklord
cracklord copied to clipboard
Error running hashcat --left command.
Ubuntu 14.04 x64
I can't seem to get hashcat3 to run correctly on the resource server. Logs report:
INFO[0359] Job added name=TEST uuid=28f08cf6-a03a-4ceb-a9e7-bc1408b491cc
ERRO[0359] Error running hashcat --left command. execError=exit status 255
ERRO[0359] open /var/cracklord/28f08cf6-a03a-4ceb-a9e7-bc1408b491cc/hashcat-left.txt: no such file or directory
verified the folder exists.
in debug mode I get a little more detail
DEBU[0092] Tool added UUID=76ccb28d-ca30-46d0-9dc8-3fdb80808cf0 name=Hashcat type=Password Cracking ver=v3.6.0-286-gaf6052d
INFO[0125] Job added name=TEST2 uuid=00ca1203-c1ad-4698-a79f-30ac3a776575
DEBU[0125] Tool (hashcat): Working directory created path=/var/cracklord/00ca1203-c1ad-4698-a79f-30ac3a776575
DEBU[0125] Create Hashcat Job Parameters. params=map[hashes_multiline:cfghjcgfhjfghjfghjfghj dict_use_custom_prepend:false brute_predefined_charset:All lower [8] dict_rules_use_random:false dict_rules_use_custom:false brute_use_custom_chars:false hashes_use_upload:false use_adv_options:false brute_increment:false adv_options_loopback:false hashmode:10800]
DEBU[0125] Do not use custom character sets
DEBU[0125] We are doing a bruteforce crack and need to check the incremental mode
DEBU[0125] Tasker created task=00ca1203-c1ad-4698-a79f-30ac3a776575
DEBU[0125] Executing Left Command Left Command=[/usr/local/bin/hashcat --hash-type=10800 --separator : --potfile-path --outfile /var/cracklord/00ca1203-c1ad-4698-a79f-30ac3a776575/hashcat-left.txt --left user-input-hashes.txt]
ERRO[0125] Error running hashcat --left command. execError=exit status 255
DEBU[0125] Show Left command stdout. showLeftStdout=
ERRO[0125] open /var/cracklord/00ca1203-c1ad-4698-a79f-30ac3a776575/hashcat-left.txt: no such file or directory
DEBU[0125] Error starting task on resource
Update
Resolved this with uncommenting --potfile-path in the resourced.conf
It is possible we do not handle that being commented. I will review and update as needed.