-
Hello all!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
rcascan == Radio Channel Assignment Scan == scan for ACCESS POINTs (AP) passive == do not transmit PROBEREQUESTs and count BEACONs only active == transmit PROBEREQUESTs, count PROBERESPONSEs and count BEACONs In both modes, neither APs nor CLIENTs are attacked and all frames (except PROBERESPONSEs and BEACONs) are ignored. |
Beta Was this translation helpful? Give feedback.
rcascan == Radio Channel Assignment Scan == scan for ACCESS POINTs (AP)
passive == do not transmit PROBEREQUESTs and count BEACONs only
get channel of an AP
get MAC of an AP
get ESSID of an AP
get information about AUTHENTICATION KEY MANAGEMENT
active == transmit PROBEREQUESTs, count PROBERESPONSEs and count BEACONs
get channel of an AP
get MAC of an AP
get ESSID of an AP
get information about AUTHENTICATION KEY MANAGEMENT
check if AP is in RANGE (retrieve PROBERESONSEs)
check if packet injection is working (retrieve PROBERESONSEs)
In both modes, neither APs nor CLIENTs are attacked and all frames (except PROBERESPONSEs and BEACONs) are ignored.