FFAMax
FFAMax
Hey, [kleo](https://github.com/kleo) How is it going today? What do you think about integration with a brain-server?
https://github.com/hashcat/hashcat/blob/master/docs/hashcat-brain.md Existed dockers as an example https://hub.docker.com/r/dizcza/hashcat-wpa-server
Download old hashcat, untar `tar -xf hashcat-5.1.0.tar` Compile: ``` cd hashcat-5.1.0/ make build ``` Put help_crack.py in the same directory. Modify path to hashcat: `'./hashcat'` instead of `'hashcat'` Or put...
To create a network of sniffers around the globe? :) Later let them connect to the Wi-Fi network and do some stuff from inside? :)
And nobody submit pull request with a fix? :)
> > Try modifiying the PCAP.h file to reflect the following: > > line 31: Original - “bool openFile(SdFat &SD);” Modified - “bool openFile(SdFs &SD);” > > line 32: Original...
Could you please correct me if I'm wrong. Seems like anyway [-ad ADDITIONAL | -cd CUSTOM] is required. Therefore no options to verify uncracked handshakes with rule only. Example: `help_crack.py...
Also I feel to clarify the goal. The ideal case is to have list of uncracked hashes loaded to GPU with a simple rule (-a 3 ) applied [or advanced...
``` # apt install systemd-container debootstrap # debootstrap --arch-amd64 buster vm-buster # systemd-nspawn -D vm-buster/ root@vm-buster:~# apt install golang git root@vm-buster:~# go version go version go1.11.6 linux/amd64 # go get...