Commit graph

55 commits

Author SHA1 Message Date
lgandx
63daac7840 The WPAD server is now a fully functional proxy server (enabled by default), HTML injection in server's responses is now supported. 2014-01-25 17:25:56 -05:00
lgandx
cdf6a6565b Made Responder.py +x to eliminate needing to call python 2014-01-23 19:54:02 -05:00
lgandx
afd13426d7 Updated version number 2014-01-23 10:57:47 -05:00
lgandx
12eb95c491 Don't answer DNS queries from localhost. 2014-01-23 10:46:05 -05:00
lgandx
d0b45cb3e7 Updated the copyright year to 2014 2014-01-05 16:44:46 -05:00
lgandx
987a7fc0b7 minor fix 2013-12-31 15:10:15 -05:00
lgandx
135ed7db54 Print only once a unique llmnr/nbt-ns query from one host during a session 2013-12-31 15:08:03 -05:00
lgandx
af60de9567 Added: IMAP module and enhanced wpad. 2013-12-30 19:17:48 -05:00
lgandx
ea10416c4c minor fix 2013-12-30 01:43:20 -05:00
lgandx
1790928df6 minor fix 2013-12-30 01:32:05 -05:00
lgandx
6828f1b11e Added: SMTP PLAIN/LOGIN module 2013-12-30 01:29:29 -05:00
lgandx
f48ea3f4b6 Added: POP3 module. 2013-12-29 23:44:04 -05:00
lgandx
a233cf0d26 minor fix 2013-12-29 22:43:09 -05:00
lgandx
4c3a494c86 Added: MSSQL Plaintext module 2013-12-29 22:33:59 -05:00
lgandx
938f9bd533 minor fix 2013-12-26 10:28:45 -05:00
lgandx
bc5a21a0f6 minor fix 2013-12-20 20:21:10 -05:00
lgandx
44d30ed8b1 minor debug fix 2013-12-19 17:19:37 -05:00
lgandx
d3e94620e0 Do not print machine accounts name in quiet mode 2013-12-19 08:38:08 -05:00
lgandx
918509ce7b Responder is quieter by default. use -v for verbose mode. 2013-12-18 22:53:04 -05:00
lgandx
919e020253 Responder can now be launched out of its root directory. 2013-12-18 22:28:49 -05:00
lgandx
b2eb62040e minor fix 2013-12-18 21:32:15 -05:00
lgandx
4fb4233424 Fix: Command line switch typo 2013-12-18 12:55:40 -05:00
lgandx
46b98a616d added: Command switch -v for verbose mode. Responder is now less verbose. 2013-12-18 10:51:15 -05:00
lgandx
dbfdc27831 Removed bind to interface support for OsX. Responder for OsX can only listen on all interfaces. 2013-12-18 07:11:22 -05:00
lgandx
6b7e5b6441 Added support for .pac file requests. 2013-12-09 18:16:51 -05:00
lgandx
f6167183e0 Added: print HTTP URL, POST data requested prior auth 2013-12-09 18:04:41 -05:00
lgandx
20e4d6a996 NBT-NS name is now printed 2013-12-09 16:03:16 -05:00
lgandx
0aacee59f7 Bugfix 2013-12-02 13:46:02 -05:00
lgandx
68de4ac26e Added command switch -I. This option override Responder.conf Bind_to setting 2013-11-30 13:19:03 -05:00
lgandx
57bc376797 Ability to specify a network interface. See responder.conf. 2013-11-26 19:01:20 -05:00
lgandx
0dc7a7f775 Replaced old CLI syntax with the new one 2013-11-11 09:01:29 -05:00
lgandx
0465bd604d Added: in-scope only target. See Responder.conf. 2013-11-09 13:54:19 -05:00
lgandx
95eed09942 Added: Configuration file, removed several cli options and several fixes. 2013-11-08 21:23:09 -05:00
Lgandx
ff90b786dd minor bugfix 2013-10-28 22:47:31 -04:00
Lgandx
a8c29522db Added: Ability to serve whatever kind of file via HTTP and WPAD There's now 3 new options. 2013-10-25 00:04:11 -04:00
Lgandx
9bfd8ade90 Different filename for LM and ESS hash file 2013-10-24 11:58:49 -04:00
Lgandx
2e19aff67d minor fix 2013-10-15 12:47:55 -04:00
Lgandx
d5088b24ee added -I option to bind all sockets to a specific ip (eg: listen only on eth0) 2013-10-15 12:44:08 -04:00
Lgandx
f8a16e28ee Fixed minor bugs 2013-07-03 00:49:11 -04:00
Lgandx
0fcaa68c07 added: HTTP auth forward to SMB. This is useful for SMB Relay or LM downgrade from HTTP NTLM ESS to SMB LM. 2013-06-12 12:12:14 -04:00
Lgandx
4112b1cd5d Fixed duplicate entry in hash file for machine accounts 2013-04-08 20:35:49 -04:00
Lgandx
92502814aa Added HTTPS module. 2013-02-28 15:34:44 -05:00
Lgandx
69c08995e5 Responder now insert multiple usernames/hashes in a file for the same hostname. 2013-02-28 12:04:53 -05:00
Lgandx
690250d451 minor fix 2013-02-27 12:55:07 -05:00
Lgandx
c4f6ffc982 Proxy now print/log raw post data into the cookie file 2013-02-19 20:53:59 -05:00
lgandx
ee1f1966ff Merge pull request #14 from picchioni/master
Changed some documentation
2013-02-19 06:08:35 -08:00
Lgandx
bbe71dfcfe several minor bug fixes and enhancement 2013-02-19 08:53:11 -05:00
Garret Picchioni
56dd7b828c Changed Windows =< 5.2 documentation to XP/2003 and earlier for clarification 2013-02-18 16:38:43 -07:00
Lgandx
3a311915bb WPAD now disabled by default, use -w On to enable it 2013-02-18 17:39:30 -05:00
Lgandx
09f8f7230d Added support for LM hash downgrade. Default still NTLMSSP. 2013-02-16 15:06:26 -05:00