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

Method run

dronesploit/_src/modules/auxiliary/wifi/sniff.py:21–24  ·  view source on GitHub ↗
(self, filter_func=lambda *a, **kw: True)

Source from the content-addressed store, hash-verified

19 path = "auxiliary/wifi"
20
21 def run(self, filter_func=lambda *a, **kw: True):
22 self._filter_func = filter_func
23 ScanMixin.scan(self, self.config.option('INTERFACE').value, self.config.option('TIMEOUT').value)
24 delattr(self, "_filter_func")
25
26
27class FindSsids(SniffModule):

Callers

nothing calls this directly

Calls 1

scanMethod · 0.80

Tested by

no test coverage detected