1
0
mirror of https://github.com/bettercap/bettercap.git synced 2025-03-12 04:36:03 -07:00

Updated wifi (markdown)

evilsocket 2019-01-24 11:20:12 +01:00
parent 9082485bc6
commit 26d6c42e36

@ -20,6 +20,10 @@ The `wifi.*` modules work with a WiFi interface supporting monitor mode and pack
| parameter | default | description |
|-----------|---------|-------------|
| `wifi.show.filter` | | Defines a regular expression filter for `wifi.show`.|
| `wifi.show.sort_by` | `rssi` | Defines sorting field for `wifi.show`, available: `rssi`, `bssid`, `essid`, `channel`, `encryption`, `seen`, `sent`, `rcvd`. |
| `wifi.show.sort` | `asc` | Defines sorting direction for `wifi.show`. |
| `wifi.show.limit` | `0` | If greater than zero, defines limit for `wifi.show`. |
| `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). |
| `wifi.source.file` | | If set, the wifi module will read from this pcap file instead of the hardware interface. |
| `wifi.skip-broken` | `true` | If true, dot11 packets with an invalid checksum will be skipped. |