fixed command help for command add, rm on wifideauth module

This commit is contained in:
mh4x0f 2022-02-01 07:41:14 -03:00
parent 06b6302af5
commit ce1b679455
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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.