WEF icon indicating copy to clipboard operation
WEF copied to clipboard

Scan aps not working

Open johseffer opened this issue 1 year ago • 2 comments

Describe the bug When we try to scan for APS, the app freeze on this screen. While if i make an scan using the airodump-ng many aps are found. image

After some minutes image

WEF version 1.3

System information:

  • OS: Kali
  • Network card: TP-Link TL-WN722N

Does monitor mode work? Yes

johseffer avatar Feb 11 '24 12:02 johseffer

If you select an attack instead of using the "scan" command, does it scan APs or does it not work either? When the script scans APs, it should launch a window using airodump-ng

D3Ext avatar Feb 11 '24 13:02 D3Ext

There is an important point of the config file, the "airmon_check_kill" parameter can be set to true or false depending on your needs. If it's set to true, the command airmon check kill will be executed when enabling monitor mode (killing all active connections), but if it's set to false, the command won't be executed so it can be used in headless environments. That may be causing troubles

D3Ext avatar Feb 11 '24 13:02 D3Ext