alipay / Owfuzz

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

When I run owfuzzer,the target network has been disconnected? #11

Closed Mrxia111 closed 2 years ago

Mrxia111 commented 2 years ago

The mode of running owfuzzy is AP. Just after running for a while, the following situation occurred. _U25ZZRQNR{`B)9QDN6 BWD

Mrxia111 commented 2 years ago

Could you give me some advice?

Flynask commented 2 years ago

I had the same issue, it's linked to your target not receiving ping or not responding to it. Make sure your target is not blocking ICMP packets as it would fail the fuzzer call to check_alive_by_ping() to check your target availability.

Mrxia111 commented 2 years ago

Because the system will use ping function in AP mode, if the development board and the target to be tested are not in the same LAN, an error will be reported