mirror of
https://github.com/bettercap/bettercap
synced 2025-07-08 05:51:37 -07:00
fix: do not trigger deauth events for frames sent by client stations or unknown access points
This commit is contained in:
parent
bc7d1d9663
commit
88a83192ef
3 changed files with 19 additions and 7 deletions
|
@ -22,7 +22,9 @@ function onDeauthentication(event) {
|
|||
'Reason: ' + data.reason + "\n" +
|
||||
'Address1: ' + data.address1 + "\n" +
|
||||
'Address2: ' + data.address2 + "\n" +
|
||||
'Address3: ' + data.address3;
|
||||
'Address3: ' + data.address3 + "\n"
|
||||
'AP:\n' + JSON.stringify(data.ap, null, 2);
|
||||
|
||||
|
||||
// send to telegram bot
|
||||
sendMessage(message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue