From 583cdb7254ba27a5c7bc9305de54bbad1bc8ec77 Mon Sep 17 00:00:00 2001 From: lgandx Date: Mon, 27 Jan 2014 14:34:51 -0500 Subject: [PATCH] Reflected recent changes. --- CHANGELOG | 1 + README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0fdc60e..be9197c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ 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: New WPAD proxy server. Enabled by default. - Several improvements. diff --git a/README.md b/README.md index c5f6011..e73c912 100644 --- a/README.md +++ b/README.md @@ -144,12 +144,19 @@ Options List: -f Off, --fingerprint=Off This option allows you to fingerprint a host that issued an NBT-NS or LLMNR query. --w On, --wpad=On Set this to On or Off to start/stop the WPAD rogue +-w On, --wpad=On Set this to On or Off to start/stop the WPAD rogue proxy server. Default value is On --lm=Off Set this to On if you want to force LM hashing 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: http://blog.spiderlabs.com/2012/10/introducing-responder-10.html