mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 05:23:28 -07:00
almost done! lots of changes
This commit is contained in:
parent
e8c36dbc89
commit
787f96d665
12 changed files with 202 additions and 201 deletions
|
@ -27,7 +27,7 @@ class URLMonitor:
|
|||
self.strippedURLPorts = {}
|
||||
self.faviconReplacement = False
|
||||
|
||||
hsts_config = ConfigObj("./config_files/hsts_bypass.cfg")
|
||||
hsts_config = ConfigObj("./config/hsts_bypass.cfg")
|
||||
|
||||
for k,v in hsts_config.items():
|
||||
self.sustitucion[k] = v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue