MCPcopy
hub / github.com/dronesploit/dronesploit / run

Method run

dronesploit/_src/modules/auxiliary/wifi/deauth.py:51–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 requirements = {'system': ["aircrack-ng/aireplay-ng"]}
50
51 def run(self):
52 self.logger.warning("Press Ctrl+C to interrupt")
53 t = self.console.state['TARGETS']
54 self.deauth(t[self.config.option('ESSID').value]['bssid'], interval=self.config.option('DEAUTH_INTERVAL').value)
55

Callers

nothing calls this directly

Calls 1

deauthMethod · 0.80

Tested by

no test coverage detected