From 9d69e238a02da6f2987928a27295114bdd454dbd Mon Sep 17 00:00:00 2001 From: evilsocket Date: Tue, 20 Feb 2018 18:15:28 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- caplets/wpa_handshake.cap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/caplets/wpa_handshake.cap b/caplets/wpa_handshake.cap index 0c5bbcaa..f20b9371 100644 --- a/caplets/wpa_handshake.cap +++ b/caplets/wpa_handshake.cap @@ -31,7 +31,11 @@ clear # # This will deauth every client for this specific access point, # you can put it as ticker.commands to have the ticker module -# periodically deauth clients :D +# periodically deauth clients, or: +# +# wifi.deauth CLIENT-BSSID-HERE +# +# This will only deauth a signle client from its access point. # # For more options `help wifi.recon`.