You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`wifi.assoc.open`|`false`| Send association requests to open networks. |
110
-
|`wifi.assoc.skip`|| Comma separated list of BSSID to skip while sending association requests. |
111
-
|`wifi.assoc.silent`|`false`| If true, messages from wifi.assoc will be suppressed. |
112
-
|`wifi.ap.bssid`|`<random mac>`| BSSID of the fake access point. |
113
-
|`wifi.ap.channel`|`1`| Channel of the fake access point. |
114
-
|`wifi.ap.encryption`|`true`| If true, the fake access point will use WPA2, otherwise it'll result as an open AP. |
115
-
|`wifi.ap.ssid`|`FreeWifi`| SSID of the fake access point. |
116
-
|`wifi.deauth.open`|`true`| Send wifi deauth packets to open networks. |
117
-
|`wifi.deauth.skip`|| Comma separated list of BSSID to skip while sending deauth packets. |
118
-
|`wifi.deauth.silent`|`false`| If true, messages from `wifi.deauth` will be suppressed. |
119
-
|`wifi.handshakes.file`|`~/bettercap-wifi-handshakes.pcap`| File path of the pcap file to save handshakes to. |
120
-
|`wifi.hop.period`|`250`| If channel hopping is enabled (empty `wifi.recon.channel`), this is the time in millseconds the algorithm will hop on every channel (it'll be doubled if both 2.4 and 5.0 bands are available). |
121
-
|`wifi.interface`|| If filled, the module will use this interface instead of the one provided by the `-iface` argument or detected automatically. |
122
-
|`wifi.region`|`BO`| Set the WiFi region to this value before activating the interface. |
123
-
|`wifi.rssi.min`|`-200`| Minimum WiFi signal strength in dBm. |
124
-
|`wifi.show.filter`|| Defines a regular expression filter for `wifi.show`. |
125
-
|`wifi.show.limit`|`0`| If greater than zero, defines limit for `wifi.show`. |
126
-
|`wifi.show.manufacturer`|`false`| If true, wifi.show will also show the devices manufacturers. |
127
-
|`wifi.show.sort`|`rssi asc`| Defines sorting field (`rssi`, `bssid`, `essid`, `channel`, `encryption`, `clients`, `seen`, `sent`, `rcvd`) and direction (`asc` or `desc`) for `wifi.show`. |
128
-
|`wifi.skip-broken`|`true`| If true, dot11 packets with an invalid checksum will be skipped. |
129
-
|`wifi.source.file`|| If set, the wifi module will read from this pcap file instead of the hardware interface. |
130
-
|`wifi.txpower`|`30`| Set WiFi transmission power to this value before activating the interface. |
|`wifi.assoc.acquired`|`false`| Send association to AP's for which key material was already acquired. |
110
+
|`wifi.assoc.open`|`false`| Send association requests to open networks. |
111
+
|`wifi.assoc.skip`|| Comma separated list of BSSID to skip while sending association requests. |
112
+
|`wifi.assoc.silent`|`false`| If true, messages from wifi.assoc will be suppressed. |
113
+
|`wifi.ap.bssid`|`<random mac>`| BSSID of the fake access point. |
114
+
|`wifi.ap.channel`|`1`| Channel of the fake access point. |
115
+
|`wifi.ap.encryption`|`true`| If true, the fake access point will use WPA2, otherwise it'll result as an open AP. |
116
+
|`wifi.ap.ssid`|`FreeWifi`| SSID of the fake access point. |
117
+
|`wifi.ap.ttl`|`300`| Seconds of inactivity for an access points to be considered not in range anymore. |
118
+
|`wifi.channel_switch_announce.silent`|`false`| If true, messages from wifi.channel_switch_announce will be suppressed. |
119
+
|`wifi.deauth.acquired`|`false`| Send wifi deauth packets from AP's for which key material was already acquired. |
120
+
|`wifi.deauth.open`|`true`| Send wifi deauth packets to open networks. |
121
+
|`wifi.deauth.skip`|| Comma separated list of BSSID to skip while sending deauth packets. |
122
+
|`wifi.deauth.silent`|`false`| If true, messages from `wifi.deauth` will be suppressed. |
123
+
|`wifi.fake_auth.silent`|`false`| If true, messages from wifi.fake_auth will be suppressed. |
124
+
|`wifi.handshakes.aggregate`|`true`| If true, all handshakes will be saved inside a single file, otherwise a folder with per-network pcap files will be created. |
125
+
|`wifi.handshakes.file`|`~/bettercap-wifi-handshakes.pcap`| File path of the pcap file to save handshakes to. |
126
+
|`wifi.hop.period`|`250`| If channel hopping is enabled (empty `wifi.recon.channel`), this is the time in millseconds the algorithm will hop on every channel (it'll be doubled if both 2.4 and 5.0 bands are available). |
127
+
|`wifi.interface`|| If filled, the module will use this interface instead of the one provided by the `-iface` argument or detected automatically. |
128
+
|`wifi.region`|`BO`| Set the WiFi region to this value before activating the interface. |
129
+
|`wifi.rssi.min`|`-200`| Minimum WiFi signal strength in dBm. |
130
+
|`wifi.show.filter`|| Defines a regular expression filter for `wifi.show`. |
131
+
|`wifi.show.limit`|`0`| If greater than zero, defines limit for `wifi.show`. |
132
+
|`wifi.show.manufacturer`|`false`| If true, wifi.show will also show the devices manufacturers. |
133
+
|`wifi.show.sort`|`rssi asc`| Defines sorting field (`rssi`, `bssid`, `essid`, `channel`, `encryption`, `clients`, `seen`, `sent`, `rcvd`) and direction (`asc` or `desc`) for `wifi.show`. |
134
+
|`wifi.skip-broken`|`true`| If true, dot11 packets with an invalid checksum will be skipped. |
135
+
|`wifi.source.file`|| If set, the wifi module will read from this pcap file instead of the hardware interface. |
136
+
|`wifi.sta.ttl`|`300`| Seconds of inactivity for a client station to be considered not in range or not connected to its access point anymore. |
137
+
|`wifi.txpower`|`30`| Set WiFi transmission power to this value before activating the interface. |
0 commit comments