12-23-2018, 07:01 AM
(12-22-2018, 06:10 PM)freeroute Wrote: 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
============================================
Thank you very much for your answer. Now my brain server is working properly