alipay / Owfuzz

Owfuzz: a WiFi protocol fuzzing tool
GNU General Public License v3.0
209 stars 32 forks source link

How can I check the fuzzing program is running in the normal status? #17

Closed Lance621 closed 1 year ago

Lance621 commented 1 year ago
┌──(kali㉿kali)-[~/00.tools/Owfuzz-main/owfuzz/src]
└─$ sudo ./owfuzz -i wlan1 -m ap -c 4 -t 38:c8:04:d3:73:bd -b D4:EE:07:3B:07:02 -s D4:EE:07:3B:07:02  -T 2 -A WPA2_PSK_TKIP_AES -I 192.168.119.185 
Interface: wlan1, channel: 4
Fuzzing mode: ap
Target mac: 38:C8:04:D3:73:BD
Source mac: D4:EE:07:3B:07:02
Bssid: D4:EE:07:3B:07:02
Fuzzing target's SSID: owfuzz
auth_type: 8
test_type: 2

                        WiFi(IEEE802.11) Protocol Fuzzing Test
__________________________________________________________________________________________

        Interface: wlan1                Working Channel: 4
        Target MAC: 38:C8:04:D3:73:BD           Fuzzing MAC: D4:EE:07:3B:07:02
        BSSID: D4:EE:07:3B:07:02                Fuzzing Mode: ap
        Fuzzing Type: 2 (Frame testing)         Frame types: 35
        AP SSID: owfuzz                         Target IP: 192.168.119.185
        Fuzzing Frame Count: 1          PoC Count: 0
(management)IEEE80211_TYPE_ASSOCRES-->(42)\x10\x00\x3A\x01\x38\xC8\x04\xD3\x73\xBD\xD4\xEE\x07\x3B\x07\x02\xD4\xEE\x07\x3B\x07\x02\x10\x00\x11\x85\x00\x00\x01\x00\x01\x08\x82\x84\x8B\x96\x12\x24\x48\x6C\x01\x00
        Target's network is disconnected...
__________________________________________________________________________________________
read failed: Network is down
wi_read(): Network is down
read failed: Network is down
wi_read(): Network is down
read failed: Network is down
wi_read(): Network is down

how can i check it ? there is no output and got just arp request in wireshark.

Lance621 commented 1 year ago

When I got a crash, my local wireless network card was going to restart. Is‘t right?