Updated to reflect recent changes.

This commit is contained in:
lgandx 2014-01-25 20:26:21 -05:00
commit e8000fb260
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,6 @@
ChangeLog Responder 2.0: ChangeLog Responder 2.0:
- Added: Ability to inject custom HTML in HTTP responses.
- Added: New WPAD proxy server. Enabled by default.
- Several improvements. - Several improvements.
- Added: SMTP module - Added: SMTP module
- Added: POP3 module - Added: POP3 module

View file

@ -84,9 +84,7 @@ FEATURES
- Icmp Redirect for MITM on Windows XP/2003 and earlier Domain members. This attack combined with - Icmp Redirect for MITM on Windows XP/2003 and earlier Domain members. This attack combined with
the DNS module is pretty effective. the DNS module is pretty effective.
- WPAD rogue transparent proxy server. This module will *silently* grab the encrypted - WPAD rogue transparent proxy server. This module will capture all HTTP requests from anyone launching Internet Explorer on the network. This module is higly effective. You can now send your custom Pac script to a victim and inject HTML into the server's responses. See Responder.conf. This module is now enabled by default.
credentials of anyone launching Internet Explorer on the network. It will also grab
the cookie of the requested page. This module is higly effective. You can now send your custom Pac script to a victim. See Responder.conf.
- Responder is now using a configuration file. See Responder.conf. - Responder is now using a configuration file. See Responder.conf.