mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-12 08:07:11 -07:00
addresses issue #63
This commit is contained in:
parent
3421c5af55
commit
360a6ba6ce
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ class Spoof(Plugin):
|
||||||
|
|
||||||
def finish(self):
|
def finish(self):
|
||||||
for protocol in self.protocolInstances:
|
for protocol in self.protocolInstances:
|
||||||
protocol.stop()
|
if hasattr(protocol, 'stop'):
|
||||||
|
protocol.stop()
|
||||||
|
|
||||||
if not self.manualiptables:
|
if not self.manualiptables:
|
||||||
IpTables.getInstance().Flush()
|
IpTables.getInstance().Flush()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue