Skip to main content

WiFi Recon (wifi.recon)

wifi.recon

wifi.recon

wifi.recon Web UI Interface
The wifi.recon module allows you to monitor wireless networks, capture information about clients, and perform 802.11 deauthentication attacks.
It is designed for wireless penetration testing, auditing, and monitoring.

Module Usage

wp3-pro > wifi.recon on       # Start wireless monitoring
wp3-pro > wifi.recon off      # Stop wireless monitoring

Description

  • wifi.recon (not running): Monitors wireless networks and can perform deauthentication attacks.
Purpose: Start or stop 802.11 monitoring and attack operations.

Avaliable Commands

CommandDescription
wifi.recon.filter BSSIDFilter clients by BSSID for display.
wifi.recon.filter.clearClear the BSSID filter.
wifi.recon.showShow the list of detected wireless stations (clients).
wifi.recon.clearClear all collected access points.
wifi.recon.deauth.sendSend a single 802.11 deauth frame to each client on the target BSSID.
`wifi.recon.deauth onoff`Enable or disable deauthentication mode.
wifi.recon.deauth.add BSSIDAdd a BSSID for continuous deauthentication attack.
wifi.recon.deauth.rm BSSIDRemove a BSSID from continuous deauthentication attack.
wifi.recon.deauth.listList all BSSIDs under continuous deauth attack.
wifi.recon.channel CHSet specific WiFi channels (comma-separated) or clear for hopping.

Commands Usage

wifi.recon

  • Description: Start/Stop 802.11 wireless monitor.
wp3-pro > wifi.recon on # on or off

wifi.recon.filter

  • Description: Filter clients by BSSID for display.
wp3-pro > wifi.recon.filter <BSSID>

wifi.recon.filter.clear

  • Description: Clear the BSSID filter.
wp3-pro > wifi.recon.filter.clear

wifi.recon.show

  • Description: Show the list of detected wireless stations (clients).
wp3-pro > wifi.recon.show

wifi.recon.clear

  • Description: Clear all collected access points.
wp3-pro > wifi.recon.clear

wifi.recon.deauth.send

  • Description: Send a single 802.11 deauth frame to each client on the target BSSID.
wp3-pro > wifi.recon.deauth.send <BSSID>
wp3-pro > wifi.recon.deauth.send all

wifi.recon.deauth

  • Description: Start/Stop continuous 802.11 deauth attack.
wp3-pro > wifi.recon.deauth on # on or off

wifi.recon.deauth.add

  • Description: Add a BSSID for continuous deauthentication attack.
wp3-pro > wifi.recon.deauth.add <BSSID>

wifi.recon.deauth.rm

  • Description: Remove a BSSID from continuous deauthentication attack.
wp3-pro > wifi.recon.deauth.rm <BSSID>

wifi.recon.deauth.list

  • Description: List all BSSIDs under continuous deauth attack.
wp3-pro > wifi.recon.deauth.list

wifi.recon.channel

  • Description: Set WiFi channels (comma-separated) or use clear for channel hopping.
wp3-pro > wifi.recon.channel 1,6,11
wp3-pro > wifi.recon.channel clear

Parameters

ParameterDescriptionDefault
wifi.recon.deauth.skipIgnore deauth for specified BSSIDs (comma-separated). Useful to avoid specific networks.(none)
wifi.recon.handshakes.dirDirectory where captured WPA handshakes are stored (pcap format).handshakes/
wifi.recon.hop.periodDelay (ms) per channel during WiFi scanning. Doubled for dual-band scanning.250
wifi.recon.interfaceInterface name to use for scanning.(default iface)
wifi.recon.regionWireless regulatory domain to apply before enabling interface.(none)
wifi.recon.rssi.minMinimum WiFi signal strength in dBm to consider.-200
wifi.recon.show.manufacturerDisplay device vendor info based on MAC address prefix.false
wifi.recon.txpowerAdjust transmit power (dBm) before initializing the WiFi interface.20

Parameters Usage

wifi.recon.deauth.skip

  • Description: Skip deauth for specific networks (BSSIDs)
wp3-pro >set wifi.recon.deauth.skip 00:11:22:33:44:55,AA:BB:CC:DD:EE:FF

wifi.recon.handshakes.dir

  • Description: Change default directory for WPA handshake storage
wp3-pro >set wifi.recon.handshakes.dir /path/to/my_handshakes/

wifi.recon.hop.period

  • Description: Adjust channel hopping speed (500ms per channel)
wp3-pro >set wifi.recon.hop.period 500

wifi.recon.interface

  • Description: Specify alternative WiFi interface (e.g. wlan1)
wp3-pro >set wifi.recon.interface wlan1

wifi.recon.region

  • Description: Set regulatory domain (e.g. United States)
wp3-pro >set wifi.recon.region US

wifi.recon.rssi.min

  • Description: Only show networks with signal above -70dBm
wp3-pro >set wifi.recon.rssi.min -70

wifi.recon.show.manufacturer

  • Description: Enable manufacturer lookup from MAC prefixes
wp3-pro >set wifi.recon.show.manufacturer true

wifi.recon.show.manufacturer

  • Description: Reduce transmit power to 15dBm
wp3-pro >set wifi.recon.txpower 15

Summary

The wifi.recon module provides powerful tools for wireless reconnaissance:
  • Monitor nearby access points and connected clients.
  • Capture WPA handshakes for auditing or testing.
  • Perform targeted or continuous 802.11 deauthentication attacks.
  • Filter by BSSID, adjust channels, transmit power, and signal thresholds for precise control.