mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 04:52:22 -07:00
Updated Filepwn plugin to the latest BDFactory & BDFProxy version
This commit is contained in:
parent
1a50f000c1
commit
1a5c7c03b7
6 changed files with 542 additions and 508 deletions
|
@ -111,8 +111,6 @@ class ProxyPlugins:
|
|||
for f in self.plugin_mthds[fname]:
|
||||
a = f(**args)
|
||||
if a != None: args = a
|
||||
except KeyError as e:
|
||||
pass
|
||||
except Exception as e:
|
||||
#This is needed because errors in hooked functions won't raise an Exception + Traceback (which can be infuriating)
|
||||
log.error("Exception occurred in hooked function")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue