mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 13:02:24 -07:00
Added debug logging to ProxyPlugins, it will now print a traceback if errors occur in hooked functions
This commit is contained in:
parent
5d07551a50
commit
dfa9c9d65e
4 changed files with 14 additions and 2 deletions
|
@ -189,7 +189,7 @@ class ServerConnection(HTTPClient):
|
|||
self.client.setHeader('Content-Length', len(data))
|
||||
|
||||
try:
|
||||
self.client.write(data) #Gets rid of some generic errors
|
||||
self.client.write(data)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue