Commit graph

76 commits

Author SHA1 Message Date
lgandx
c97a13c1bd Fixed [Enter] key issue 2014-04-01 16:03:39 -04:00
lgandx
f377326d96 minor fix 2014-03-31 08:36:20 -04:00
lgandx
b14ff0b36a Added: In-scope IP handling for MDNS 2014-03-22 13:33:03 -04:00
lgandx
05b78079a8 Reflected recent changes 2014-03-22 13:19:56 -04:00
lgandx
90479adcca Added: MDNS Poisoner 2014-03-22 03:10:06 -04:00
lgandx
a1a4f46c7b fix: Bind to interface bug. 2014-03-20 22:37:10 -04:00
lgandx
81b1f8f2c1 minor fix 2014-03-19 22:17:58 -04:00
lgandx
d0fc37fa42 minor change 2014-02-19 19:35:35 -05:00
lgandx
f5b21d992a Merge branch 'master' of https://github.com/SpiderLabs/Responder
merged with latest version
2014-02-19 19:29:29 -05:00
lgandx
2fdc74a089 minor fixes 2014-02-19 19:29:19 -05:00
Rob Fuller
094824bfd3 Case-insensitive content-type check
Was noticing that injection wasn't happening when the header was "Content-type" instead of the checked for "Content-Type". Headers could probably be put as .lower() from the beginning, but then again there might be header content that may break because of it.
2014-02-10 16:55:11 -05:00
lgandx
2c9273eb2c Added: Analyze mode; Lanman Domain/SQL/Workstation passive discovery. 2014-02-05 22:09:50 -05:00
lgandx
b4d2fe273a Blacklisted 127.0.0.1 as a plausible DNS server 2014-01-30 00:21:18 -05:00
lgandx
582467428c Minor fix 2014-01-29 22:34:16 -05:00
lgandx
06df704960 Added: Analyze ICMP Redirect plausibility on current subnet. 2014-01-29 22:24:02 -05:00
lgandx
13e7623312 Minor fix 2014-01-29 20:49:56 -05:00
lgandx
9bb2f81044 Added: Analyze stealth mode. See all traffic, but dont answer (-A cli). Minor bugs also fixed. 2014-01-29 19:14:25 -05:00
lgandx
bf2fdf083c Changed WPAD to Off by default. Use command line -w On to enable. 2014-01-29 06:41:00 -05:00
lgandx
3f48c114d5 Added: -F command line switch to force authentication on PAC file retrieval. Default is Off 2014-01-27 14:11:27 -05:00
lgandx
111a14cb0a Minor fix 2014-01-27 11:33:43 -05:00
lgandx
afe2b63c6a Fixed WPAD cookie capture 2014-01-27 11:32:17 -05:00
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