mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 13:02:12 -07:00
new: gateway.change event for MITM monitoring
This commit is contained in:
parent
43a93fd866
commit
c47e3f6195
8 changed files with 144 additions and 5 deletions
|
@ -36,4 +36,7 @@ onEvent('wifi.client.handshake', onHandshake);
|
|||
onEvent('wifi.ap.new', onNewAP);
|
||||
|
||||
// register for new nodes in the graph
|
||||
onEvent('graph.node.new', onNewNode);
|
||||
onEvent('graph.node.new', onNewNode);
|
||||
|
||||
// register for gateway changes
|
||||
onEvent('gateway.change', onGatewayChange)
|
Loading…
Add table
Add a link
Reference in a new issue