How can I use the hashcat brain?
#2
On the server side:
"hashcat --brain-server --brain-host=IP --brain-port=port_number --brain-password=your_password"

On the client side (example):
"hashcat -O --brain-client --brain-client-features=3 --brain-host=IP --brain-port=port_number --brain-password=password -m 0 -a 0 hash_file.txt dictionary.txt -r your_rule.rule"

In my case on the server side (it's a remote server) I created a system service for hashcat-brain function.
I can start, stop, reload hashcat-brain service. After reboot the service started automatically.
We have a thread here: https://forum.hashkiller.co.uk/topic-vie...270#195270


Messages In This Thread
How can I use the hashcat brain? - by gs135269 - 12-22-2018, 05:25 AM
RE: How can I use the hashcat brain? - by freeroute - 12-22-2018, 06:10 PM