mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
fixed error when loading the css of some websites when using the bypass-hsts option, added some better error handling on plugins
This commit is contained in:
parent
1c3e0554fd
commit
e2132a6ca9
6 changed files with 42 additions and 20 deletions
|
@ -71,7 +71,7 @@ class URLMonitor:
|
|||
else:
|
||||
self.sustitucion[host] = "web"+host
|
||||
self.real["web"+host] = host
|
||||
logging.debug("LEO: ssl host (%s) tokenized (%s)" % (host,self.sustitucion[host]) )
|
||||
#logging.info("LEO: ssl host (%s) tokenized (%s)" % (host,self.sustitucion[host]) )
|
||||
|
||||
url = 'http://' + host + path
|
||||
#logging.debug("LEO stripped URL: %s %s"%(client, url))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue