-
Due to many problems around capturing handshakes, the `hashcat` community recommends using ZerBea's [hcxtools](https://github.com/ZerBea/hcxtools) which simplify and automate the capturing of WPA/WPA2…
-
I tried to follow the translated instruction of `README` and `appendix` but I was totally confused by the wording in the documents. They look like a copy/paste from google translate..
Do you accept…
-
cap2hccapx evaluates the beacon and the proberesponse to get the essid and essid_len. That's not enough:
On hidden ssid's, mailformed packets, and/or packet loss of proberesponse cap2hccapx fails to…
-
I captured a pcap using Wireshark and feeding it into cap2hccapx resulted in "Unsupported linktype detected".
$ cap2hccapx.bin input.pcap output.hccapx
input.pcap: Unsupported linktype de…
-
Currently the compilation fails in CentOS 6.9 64bit with the following error:
```
[user@CUDA src]$ make
rm -f ../bin/*
rm -f *.bin *.exe
cc -Wall -W -pipe -O2 -std=c99 -o cap2hccapx.bin cap2hc…
-
Tested on a big endian MIPS router. cap2hccapx succeeds in finding the handshake on x86 but not on MIPS. Guessing due to different endianness.
neheb updated
7 years ago
-
example:
handshake file:
https://mega.nz/#!mhEUEIrK!LiPayFYpMMZHIF5EQ5SKHWR3AnWQ0lZaTFAFRTmMW2Q
wpa/wpa2 pass: 01418504041
working the handshake converted with aircrack option -J (.hccap) a…
-
Please change the format of founds:
replace essid by mac_ap:
Hash.....................................................:mac_ap...........:Password
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:112233445566:Pa…
-
This seems to be happening mainly/only if I pass multiple hashes in the same file and I use masks.
Example. Take the attached file. Create a text file containing a single word "smoothbanana". Execu…
-
Please expand values
uint8_t authenticated
from only 0 and 1
to
0 M1 + M2 used
1 M2 + M3 used (anonce from M2, eapol from M3)
2 M3 + M4 used (anonce from M3, eapol from M4)
4 M4 + M1 used (a…