Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capture ¶
type Capture struct { Key string `json:"key"` Target Target `json:"target"` Handshake bool `json:"handshake captured"` IVs int `json:"ivs"` Cracking bool `json:"trying to crack"` // contains filtered or unexported fields }
Capture struct: handle airodump captures to crack them with aircrack-ng
func (*Capture) AttemptToCrack ¶
Return ascii key; if cracking WEP dict can be null
Click to show internal directories.
Click to hide internal directories.