MCPcopy Create free account
hub / github.com/bettercap/scripts / onTick

Function onTick

security_monitor/functions.js:213–215  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

211// triggered periodically, we use this to send a probe for a fake access point in order
212// to detect rogue AP attacks
213function onTick(event) {
214 run('wifi.probe ' + fakeBSSID + ' ' + fakeESSID);
215}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected