Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discovery ¶
type Discovery struct { APs []AP.AP `json:"aps"` Clients []AP.Client `json:"clients"` Running bool `json:"running"` Started string `json:"started at"` Stopped string `json:"stopped at"` // contains filtered or unexported fields }
JSON exportable structs Full discovery
func StartDiscovery ¶
Start a new discovery thanks to airodump-ng iface MUST be the name of valid monitor mode iface it will create a temp file named "discovery-01.csv", if it exist, it will be deleted! Return a Discovery object
Click to show internal directories.
Click to hide internal directories.