(self)
| 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 |