alipay / Owfuzz

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

When I input the command line, the interface is always like this and there is no response #12

Closed Mrxia111 closed 2 years ago

Mrxia111 commented 2 years ago

The same command line can run normally in the previous experiment, but now suddenly there is no response. 1 Could you give me some advice.

Mrxia111 commented 2 years ago

The same command line can run normally in the previous experiment, but now suddenly there is no response. 1 Could you give me some advice.

WY7(`JGPJO3YQCL9`MJF_C9 here is the result of executing the file of openwifi_ owfuzz.sh. Is it related to the RF board

Mrxia111 commented 2 years ago

After the breakpoint is set in the code, it is found that the data packet received each time is not the data packet between the development board and the test target. See the code below. Code path:owfuzz\src\fuzz_control.c in void start_fuzzing(void param) `B7KRKO}}75FB6ZP7H Z%3B Is there only two reasons: the development board is not connected with the test target, and there is a problem with the RF module of the development board. I feel that the development board and the test target are connected by using the MAC address in the command line. Does this mean that the development board and the test target must be connected? If there is a problem with the RF module of the development board, how to test it? could you give me some advice. thank you!

E7mer commented 2 years ago

Hi, it filters packets by mac address, if there is no packet from bssid or target mac, it will looks like 'no response'

Mrxia111 commented 2 years ago

Because the input parameter - C channel is inconsistent with the target to be measured, there will be no response if there is no data packet between them.