From ce1b679455729fbf4374e07d812219ea300e5b7b Mon Sep 17 00:00:00 2001 From: mh4x0f Date: Tue, 1 Feb 2022 07:41:14 -0300 Subject: [PATCH] fixed command help for command add, rm on wifideauth module --- helps/help_wifideauth_add_command.txt | 3 +++ helps/help_wifideauth_rm_command.txt | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/helps/help_wifideauth_add_command.txt b/helps/help_wifideauth_add_command.txt index bdb9bb1..e753e32 100644 --- a/helps/help_wifideauth_add_command.txt +++ b/helps/help_wifideauth_add_command.txt @@ -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. diff --git a/helps/help_wifideauth_rm_command.txt b/helps/help_wifideauth_rm_command.txt index ea60922..0369fbf 100644 --- a/helps/help_wifideauth_rm_command.txt +++ b/helps/help_wifideauth_rm_command.txt @@ -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.