mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 05:43:35 -07:00
Reflected recent changes
This commit is contained in:
parent
92502814aa
commit
9cf3c72e3b
2 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
ChangeLog from 0.6 to 1.9:
|
ChangeLog from 0.6 to 1.9:
|
||||||
|
- Added: HTTPS module.
|
||||||
- Added: Support for LM Hash downgrade.
|
- Added: Support for LM Hash downgrade.
|
||||||
- Added: WPAD transparent proxy server.
|
- Added: WPAD transparent proxy server.
|
||||||
- Fix: minor bug fix
|
- Fix: minor bug fix
|
||||||
|
|
12
README.txt
12
README.txt
|
@ -43,6 +43,18 @@ FEATURES
|
||||||
Note: This module also works for WebDav NTLM authentication issued from
|
Note: This module also works for WebDav NTLM authentication issued from
|
||||||
Windows WebDav clients (WebClient).
|
Windows WebDav clients (WebClient).
|
||||||
|
|
||||||
|
- Built-in HTTPS Auth server.
|
||||||
|
In order to redirect HTTPS Authentication to this tool, you will need
|
||||||
|
to set the -r option to 1 for Windows versions older than Vista (NBT-NS
|
||||||
|
queries for HTTP server lookups are sent using the Workstation Service
|
||||||
|
name suffix). For Vista and higher, LLMNR will be used. This server
|
||||||
|
supports NTLMv1, NTLMv2, *and* Basic Authentication. This server
|
||||||
|
was successfully tested on IE 6 to IE 10, Firefox, Chrome, and Safari.
|
||||||
|
The folder Cert/ was added and contain 2 default keys, including a dummy
|
||||||
|
private key. This is *intentional*, the purpose is to have Responder
|
||||||
|
working out of the box. A script was added in case you need to generate
|
||||||
|
your own self signed key pair.
|
||||||
|
|
||||||
- Built-in LDAP Auth server.
|
- Built-in LDAP Auth server.
|
||||||
In order to redirect LDAP Authentication to this tool, you will need
|
In order to redirect LDAP Authentication to this tool, you will need
|
||||||
to set the option -r to 1 for Windows version older than Vista (NBT-NS
|
to set the option -r to 1 for Windows version older than Vista (NBT-NS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue