mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 21:42:17 -07:00
fixed #126
This commit is contained in:
parent
8f27b76ac6
commit
fb0e8a3762
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class SMBAuth(Inject, Plugin):
|
||||||
def initialize(self, options):
|
def initialize(self, options):
|
||||||
self.target_ip = SystemConfig.getIP(options.interface)
|
self.target_ip = SystemConfig.getIP(options.interface)
|
||||||
|
|
||||||
Inject.initialize(options)
|
Inject.initialize(self, options)
|
||||||
self.html_payload = self._get_data()
|
self.html_payload = self._get_data()
|
||||||
|
|
||||||
def _get_data(self):
|
def _get_data(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue