Mike
Mike
It looks like the driver crashes very often, directly after entering promiscuous mode: [ 618.372330] usb 1-2: new high-speed USB device number 13 using xhci_hcd [ 618.512989] usb 1-2: New...
@irabz is your libpcap linked against libnl? $ ldd /usr/lib/libpcap.so or $ pcap-config --static --libs will show you this. Running Arch linux I'll got this result: $ ldd /usr/lib/libpcap.so ......
Thanks for the info. That is exactly the problem. As far as I know, Debian doesn't link libpcap against libnl: https://packages.debian.org/de/buster/libpcap-dev https://packages.debian.org/de/buster/libnl-3-200 Unfortunately iw uses libnl to create a NETLINK...
I talked with @kimocoder about this driver behavior. I have an idea, but I'm far away from locating the real cause of this problem. If NETLINK is in use, everything...
In case of rtl8188eus and rtl8812au iw is the proper way. Running iw, the driver should initialize the interface via NETLINK message without issues.
Can confirm this. Packet injection isn't working: hcxdumptool HIT = 0 where HIT is the response from an AP to hcxdumptool's proberequest. ``` git clone https://github.com/aircrack-ng/rtl8188eus -b v5.7.6.1 cd rtl8188eus...
Hi Christian. Great, Thanks. This is an interesting message: RTW: set_mode = IW_MODE_MONITOR It looks like there is a big difference between NL80211_IFTYPE_MONITOR and IW_MODE_MONITOR. It looks like the Realtek...
Done by this commits: EAPOL calculation: https://github.com/ZerBea/hcxdumptool/commit/87fcd83f2bf109bd8a924209cc9af338ed50169a PMKID calculation: https://github.com/ZerBea/hcxdumptool/commit/29c1743486c34ae7f8382597505a2d0f68d7dd4a
pwnagotchi should store all undirected proberequests, too. They may contain nice information. [nctest.zip](https://github.com/evilsocket/pwnagotchi/files/4328457/nctest.zip) Just do: $ hcxpcapngtool -o eapol.22000 -E wordlist test.pcap $ hashcat -m 22000 --nonce-error-corrections=8 eapol.22000 wordlist and...
In addition to that, please consider to store EAP REQUEST ID and EAPO RESPONSE ID frames. This frames contain useful information to recover the PSK, too.