mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 11:18:55 +00:00
fixed command help for command add, rm on wifideauth module
This commit is contained in:
parent
06b6302af5
commit
ce1b679455
@ -4,5 +4,8 @@ Command add:
|
||||
param macaddress: The MAC address or (BSSID) of target access point
|
||||
is listed on the command `scan`.
|
||||
|
||||
param .: The param dot will be add all MAC address (BSSID) of target access point
|
||||
is listed on the command `scan`.
|
||||
|
||||
Description:
|
||||
add to list of target for deauth attack.
|
||||
|
@ -1,8 +1,11 @@
|
||||
Command rm:
|
||||
|
||||
Usage: rm [macaddress]
|
||||
Usage: rm [macaddress] or [.]
|
||||
param macaddress: The MAC address or (BSSID) of target access point
|
||||
is listed on the command `scan`.
|
||||
|
||||
param .: The param dot will be remove all MAC address (BSSID) of target access point
|
||||
is listed on the command `scan`.
|
||||
|
||||
Description:
|
||||
remove from list of target for deauth attack.
|
||||
|
Loading…
Reference in New Issue
Block a user