Hashcat is not giving me a username with the hash - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat is not giving me a username with the hash (/thread-6352.html) |
Hashcat is not giving me a username with the hash - iukeay - 03-04-2017 Hello I am currently cracking around 11k hashes (NTLM) When I am cracking passwords I sometimes get the username with the hash and sometimes I do not. user:hash:plain text is the format I would like. Currently getting hash:plain The username are from a domain so... Domain.com\user (is this the reason why i am not getting the user) The command I am entering in is hashcat64.exe -a 3 -m 1000 --session=all --username --show --force -o "D:\Hashcat\Hashcat GUI\req_results_found1000.txt" --outfile-format=3 -w 2 --gpu-temp-abort=90 -i --increment-min=4 --increment-max=10 "D:\req_results.txt" "D:\Hashcat\hashcat-3.30\masks\rockyou-7-2592000.hcmask" RE: Hashcat is not giving me a username with the hash - Chick3nman - 03-04-2017 > --force /thread RE: Hashcat is not giving me a username with the hash - iukeay - 03-04-2017 (03-04-2017, 01:46 AM)Chick3nman Wrote: > --force so what you are saying is do ? hashcat64.exe -a 3 -m 1000 --session=all --username --show --force /tread -o "D:\Hashcat\Hashcat GUI\req_results_found1000.txt" --outfile-format=3 -w 2 --gpu-temp-abort=90 -i --increment-min=4 --increment-max=10 "D:\req_results.txt" "D:\Hashcat\hashcat-3.30\masks\rockyou-7-2592000.hcmask" RE: Hashcat is not giving me a username with the hash - iukeay - 03-04-2017 I fixed it after 4 hours of running with my head cut off https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword This helped and fixed my problem for -m do this -m 1000 |