09-11-2025, 11:20 AM
Hello
With --brain mode I can perform an attack Wordlist:
but it doesn't work with Wordlist + Rules:
Why?
With --brain mode I can perform an attack Wordlist:
Quote:hashcat --brain-client --brain-host=127.0.0.1 --brain-port=7890 --brain-password=xx -z -m 23800 -a 0 -O -w 3 txt.hash Wl.txt
but it doesn't work with Wordlist + Rules:
Quote:c:\hashcat>hashcat --brain-client --brain-host=127.0.0.1 --brain-port=7890 --brain-password=xx -z -m 23800 -a 6 -O -w 3 txt.hash Wl.txt ?d?d?d?d
Invalid attack mode (-a) value specified in brain-client mode.
Why?