![]() |
Brain mode - 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: Brain mode (/thread-13374.html) |
Brain mode - Terry - 09-11-2025 Hello 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 Why? RE: Brain mode - buka - 09-11-2025 `-a 6` isn't "Wordlist + Rules". RE: Brain mode - Terry - 09-11-2025 (09-11-2025, 12:49 PM)buka Wrote: `-a 6` isn't "Wordlist + Rules". Sorry it is not Wordlist + Rules but Hybrid Attack, I can't correct my post RE: Brain mode - buka - 09-11-2025 Well, hashcat just doesn't support using -z with -a 6; -z also doesn't work with stdin. RE: Brain mode - Terry - 09-11-2025 (09-11-2025, 02:05 PM)buka Wrote: Well, hashcat just doesn't support using -z with -a 6; -z also doesn't work with stdin. If I understand correctly, brain mode does not work with Hybrid Attack ? because without the -z option it doesn't work either |