mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 13:53:42 -07:00
Reflected recent changes.
This commit is contained in:
parent
3f48c114d5
commit
583cdb7254
2 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
ChangeLog Responder 2.0:
|
ChangeLog Responder 2.0:
|
||||||
|
- Added: -F command line switch to force NTLM authentication on PAC file retrieval.
|
||||||
- Added: Ability to inject custom HTML in HTTP responses.
|
- Added: Ability to inject custom HTML in HTTP responses.
|
||||||
- Added: New WPAD proxy server. Enabled by default.
|
- Added: New WPAD proxy server. Enabled by default.
|
||||||
- Several improvements.
|
- Several improvements.
|
||||||
|
|
|
@ -150,6 +150,13 @@ Options List:
|
||||||
--lm=Off Set this to On if you want to force LM hashing
|
--lm=Off Set this to On if you want to force LM hashing
|
||||||
downgrade for Windows XP/2003 and earlier. Default value is Off
|
downgrade for Windows XP/2003 and earlier. Default value is Off
|
||||||
|
|
||||||
|
-F Off, --ForceWpadAuth=Off Set this to On or Off to force NTLM/Basic authentication on
|
||||||
|
wpad.dat file retrieval. This might cause a login prompt in
|
||||||
|
some specific cases. Default value is Off
|
||||||
|
|
||||||
|
-v More verbose
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
For more information read these posts:
|
For more information read these posts:
|
||||||
http://blog.spiderlabs.com/2012/10/introducing-responder-10.html
|
http://blog.spiderlabs.com/2012/10/introducing-responder-10.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue