lgandx/Responder

-F parameter does not work

Closed this issue · 1 comments

When i start responder with these commands;
responder -Fdw or -Fdwb
I couldn't catch ntlm response. does it not work?
image
image
Sending basic authentication but does not appear from my victim pc.
Same performed when i do not use -b parameter.

lgandx commented

-F option was built for WPAD.dat file.
A few years ago, Microsoft products were still sending NTLM auth for wpad.dat.
Nowadays there is no need to use -F, authentication request on the browser.

Btw, if you're going to use the DHCP module, make sure to add the -P option ;)