mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 21:13:26 -07:00
All plugins are now modified to support dynamic config file changes
Responder functionality fully restored
This commit is contained in:
parent
dfa9c9d65e
commit
70ec5a2bbc
50 changed files with 2102 additions and 798 deletions
|
@ -13,9 +13,7 @@ class ConfigWatcher(FileSystemEventHandler):
|
|||
|
||||
_instance = None
|
||||
|
||||
def __init__(self):
|
||||
|
||||
self.config = ConfigObj("./config/mitmf.conf")
|
||||
config = ConfigObj("./config/mitmf.conf")
|
||||
|
||||
@staticmethod
|
||||
def getInstance():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue