Responder.py is a Python tool that attacks just about all vectors of NTLM and the SMB protocol. In the following screenshot, we have the Responder Help file. We will go over some of the options and their uses.
To access the Responder Help file on Kali Linux from the command line, type the following:
responder -help
The main flag you will have to use is the -I or -interface= flag, as you have to tell Responder which interface to use. All other flags are optional, but these flags give a lot of control to your attack.
Responder comes with its own password and hash gathering tools, but we can also use ...