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

Method run

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

Source from the content-addressed store, hash-verified

29 self.config['STATION'] = stations[0]
30
31 def run(self):
32 t = self.console.state['TARGETS']
33 self.deauth(t[self.config.option('ESSID').value]['bssid'], self.config.option('STATION').value)
34
35
36class DeauthAny(WifiAttackModule, DeauthMixin):

Callers

nothing calls this directly

Calls 1

deauthMethod · 0.80

Tested by

no test coverage detected