3 Network traffic analyze mode
lgandx edited this page 2021-04-21 17:10:05 -03:00

Responder Analyze Mode

Responder has a built-in functionality which allows you to monitor without poisoning anything what is going on the subnet. This mode allows you to see who is looking for what on the network, and consequently build an attack.

This mode also has a Browser protocol listener analyzing all Browser protocol messages (port 138) and performs Browser backup requests to retrieve the complete list of workstation name and capabilities (server, workstation, mssql, PDC, etc) on the network.

Responder's analyze mode can be used by clients who want to see if NBT-NS/LLMNR remediation was successful or not, prior a retest.

To launch Responder in Analyze mode, use the following command:

./Responder.py -I eth0 -A

Analyze-mode-Browser.png