Hashcat is not giving me a username with the hash
#1
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"
#2
> --force

/thread
#3
(03-04-2017, 01:46 AM)Chick3nman Wrote: >  --force

/thread


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"
#4
I fixed it Smile after 4 hours of running with my head cut off

https://hashcat.net/wiki/doku.php?id=fre...ilpassword

This helped and fixed my problem for -m do this

-m 1000