added mallory option for session hijacking

This commit is contained in:
byt3bl33d3r 2014-12-09 21:43:15 +01:00
parent 32bd4b64e4
commit ebf6af1da9
10 changed files with 246 additions and 15 deletions

View file

@ -44,4 +44,4 @@ class Responder(Plugin):
options.add_argument('--wpad', dest="WPAD_On_Off", default=False, action="store_true", help = "Set this to start the WPAD rogue proxy server. Default value is False")
options.add_argument('--forcewpadauth', dest="Force_WPAD_Auth", default=False, action="store_true", help = "Set this if you want to force NTLM/Basic authentication on wpad.dat file retrieval. This might cause a login prompt in some specific cases. Therefore, default value is False")
options.add_argument('--lm', dest="LM_On_Off", default=False, action="store_true", help="Set this if you want to force LM hashing downgrade for Windows XP/2003 and earlier. Default value is False")
options.add_argument('--verbose', dest="Verbose", action="store_true", help="More verbose")
options.add_argument('--verbose', dest="Verbose", default= False, action="store_true", help="More verbose")