mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-31 04:00:19 -07:00
fixes 98
This commit is contained in:
parent
f86457b300
commit
87cb98b6ac
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class HSTSbypass(Plugin):
|
|||
|
||||
if not options.manualiptables:
|
||||
if IpTables.getInstance().dns is False:
|
||||
IpTables.getInstance().DNS(ip_address, self.config['MITMf']['DNS']['port'])
|
||||
IpTables.getInstance().DNS(self.config['MITMf']['DNS']['port'])
|
||||
|
||||
URLMonitor.getInstance().setHstsBypass()
|
||||
DNSChef.getInstance().setHstsBypass()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue