Mike
Mike
Atom started to replace deprecated hash modes 250x and 1680x by the new hash mode 22000. Updating to latest hashcat git head will let help_crack.py not work any longer: ```...
Allow submission of hashcat 6.x potfile in format: PMK * ESSID : PSK Verify uploaded potfile against matching ESSIDs of uncracked networks Use uploaded potfiles to verify new submissions. The...
JtR single mode is a very powerful solution to calculate candidates from ESSID and BSSID and it would be great to have this feature in help_crack.py. Depending on the (by...
aircrack-ng suite (aircrack-ng/airodump-ng) doesn't detect AKM and try to recover the PSK from a non PBKDF2 based PMKID (e.g. PMKID calculated from EAP-PEAP or EAP-TLS). ``` ./aircrack-ng -w wordlist upcwiiifreeePMKID.cap...
besside-ng calculates wrong time stamps (time stamp of BEACON and time stamps of EAPOL frames are the same). That prevent calculation of EAPOL time values. To reproduce it, run wireshark...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Store all undirected proberequests **Describe alternatives you've considered** There are no alternatives. **Additional context**...
I got an ALFA AWUS036AXML. Setting active monitor mode causes the driver to stop. It took me several days to figure out what went wrong. A lot of tests have...
I started to add support of TP-Link TL-WN8200ND V3 https://www.tp-link.com/en/home-networking/high-gain-adapter/tl-wn8200nd/ ``` $ lsusb ID 2357:0126 TP-Link 802.11n NIC ``` added device to rtl8xxxu_core.c ``` {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff), .driver_info...