mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: parsing BLE appearance field
This commit is contained in:
parent
1fa9160407
commit
9a76645a1c
260 changed files with 35331 additions and 71922 deletions
|
@ -334,8 +334,8 @@ func (mod *WiFiModule) ShowWPS(bssid string) (err error) {
|
|||
ssid := ops.Ternary(station.ESSID() == "<hidden>", tui.Dim(station.ESSID()), station.ESSID()).(string)
|
||||
|
||||
rows := [][]string{
|
||||
[]string{tui.Green("essid"), ssid},
|
||||
[]string{tui.Green("bssid"), station.BSSID()},
|
||||
{tui.Green("essid"), ssid},
|
||||
{tui.Green("bssid"), station.BSSID()},
|
||||
}
|
||||
|
||||
keys := []string{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue