(self)
| 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 | |
| 36 | class DeauthAny(WifiAttackModule, DeauthMixin): |