01-27-2021, 01:06 AM
Thank you for answer.
Yes, I did a mistake with command in Test #2
If there are other errors then could you explain what is wrong?
Rig with 4 x 2080 Ti is rented GPU cloud solution - thank you for info about RAM > VRAM.
Lets start again.
Same files has been used in both tests:
ntlm-50m.txt - 50 milion ntlm hashes
250.rule - file with 250 rules
words.txt - file with passwords
########### Test #1 ###########
Done on my system with command below:
hashcat -a 0 -m 1000 -w 3 --potfile-disable /Volumes/hashcat/test/ntlm-50m.txt /Volumes/hashcat/test/words.txt -r /Volumes/hashcat/test/250.rule -o /Volumes/hashcat/test/output.txt
Dictionary cache built:
* Filename..: /Volumes/hashcat/test/words.txt
* Passwords.: 257823994
* Bytes.....: 2623698786
* Keyspace..: 64198174506
Hash.Name........: NTLM
Hash.Target......: /Volumes/hashcat/test/ntlm-50m.txt
Guess.Base.......: File (/Volumes/hashcat/test/words.txt)
Guess.Mod........: Rules (/Volumes/hashcat/test/250.rule)
Recovered........: 18874159/50000000 (37.75%) Digests
Progress.........: 64198174506/64198174506 (100.00%)
Rejected.........: 0/64198174506 (0.00%)
########### Test #2 ###########
Done on rented rig with 32 core Xeon, 128GB RAM, 4 x 2080 Ti with command below:
hashcat -a 0 -m 1000 -w 3 --potfile-disable test/ntlm-50m.txt test/words.txt -r test/250.rule -o test/output.txt
Dictionary cache built:
* Filename..: test/words.txt
* Passwords.: 257823994
* Bytes.....: 2623698786
* Keyspace..: 64198174506
Hash.Name........: NTLM
Hash.Target......: test/ntlm-50m.txt
Guess.Base.......: File (test/words.txt)
Guess.Mod........: Rules (test/250.rule)
Recovered........: 25271830/50000000 (50.54%) Digests
Progress.........: 64198174506/64198174506 (100.00%)
Rejected.........: 0/64198174506 (0.00%)
Any idea why those results wont match?
Yes, I did a mistake with command in Test #2
If there are other errors then could you explain what is wrong?
Rig with 4 x 2080 Ti is rented GPU cloud solution - thank you for info about RAM > VRAM.
Lets start again.
Same files has been used in both tests:
ntlm-50m.txt - 50 milion ntlm hashes
250.rule - file with 250 rules
words.txt - file with passwords
########### Test #1 ###########
Done on my system with command below:
hashcat -a 0 -m 1000 -w 3 --potfile-disable /Volumes/hashcat/test/ntlm-50m.txt /Volumes/hashcat/test/words.txt -r /Volumes/hashcat/test/250.rule -o /Volumes/hashcat/test/output.txt
Dictionary cache built:
* Filename..: /Volumes/hashcat/test/words.txt
* Passwords.: 257823994
* Bytes.....: 2623698786
* Keyspace..: 64198174506
Hash.Name........: NTLM
Hash.Target......: /Volumes/hashcat/test/ntlm-50m.txt
Guess.Base.......: File (/Volumes/hashcat/test/words.txt)
Guess.Mod........: Rules (/Volumes/hashcat/test/250.rule)
Recovered........: 18874159/50000000 (37.75%) Digests
Progress.........: 64198174506/64198174506 (100.00%)
Rejected.........: 0/64198174506 (0.00%)
########### Test #2 ###########
Done on rented rig with 32 core Xeon, 128GB RAM, 4 x 2080 Ti with command below:
hashcat -a 0 -m 1000 -w 3 --potfile-disable test/ntlm-50m.txt test/words.txt -r test/250.rule -o test/output.txt
Dictionary cache built:
* Filename..: test/words.txt
* Passwords.: 257823994
* Bytes.....: 2623698786
* Keyspace..: 64198174506
Hash.Name........: NTLM
Hash.Target......: test/ntlm-50m.txt
Guess.Base.......: File (test/words.txt)
Guess.Mod........: Rules (test/250.rule)
Recovered........: 25271830/50000000 (50.54%) Digests
Progress.........: 64198174506/64198174506 (100.00%)
Rejected.........: 0/64198174506 (0.00%)
Any idea why those results wont match?