mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 05:22:15 -07:00
- Added Sniffer plugin
- Custom reactor options are now loaded dynamically from each plugin - Search engine query capture is now enabled with the sniffer plugin - Removed some useless comments and lib imports
This commit is contained in:
parent
fc74e480eb
commit
0c6ac4fb1d
13 changed files with 814 additions and 213 deletions
|
@ -10,6 +10,7 @@ class SMBAuth(Inject, Plugin):
|
|||
name = "SMBAuth"
|
||||
optname = "smbauth"
|
||||
desc = "Evoke SMB challenge-response auth attempts"
|
||||
has_opts = True
|
||||
|
||||
def initialize(self, options):
|
||||
Inject.initialize(self, options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue