mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 21:42:17 -07:00
first pass at refactoring:
directory structure has been simplified by grouping all the poisoners and servers in one folder impacket smb server has been replaced with responder's flask http server has beem replaced with responder's modified config file to support new changes
This commit is contained in:
parent
93d21c8b27
commit
fd9b79c617
87 changed files with 3921 additions and 3755 deletions
|
@ -22,7 +22,7 @@ from mitmflib.watchdog.observers import Observer
|
|||
from mitmflib.watchdog.events import FileSystemEventHandler
|
||||
from configobj import ConfigObj
|
||||
|
||||
class ConfigWatcher(FileSystemEventHandler, object):
|
||||
class ConfigWatcher(FileSystemEventHandler):
|
||||
|
||||
@property
|
||||
def config(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue