switch automatically from wordlist to bf (NTLM)
#4
(07-23-2022, 02:23 PM)joe123 Wrote: Hello forum,

for the case the password is not found with wordlist.lst, is it possible to have hashcat automatically switched to brute force mode (e.g. up to 9 char password, all printable chars)

# hashcat -m 1000 -a 0 --force --show --username hash.txt wordlist.lst


How?


Thank you very much!


Joe

Hashcat can't do it, but you could just write a small script that executes the one followed by the other.
Reply


Messages In This Thread
RE: switch automatically from wordlist to bf (NTLM) - by b8vr - 08-03-2022, 07:01 PM