Responder Installation On A Kali

Responder Installation On A Kali

responder

LLMNR/NBT-NS/mDNS Poisoner

Install responder

  • Kali Linux apt-get install responder Click to copy

responder

LLMNR/NBT-NS/mDNS Poisoner

This package contains Responder/MultiRelay, an LLMNR, NBT-NS and MDNS poisoner. It will answer to specific NBT-NS (NetBIOS Name Service) queries based on their name suffix (see: http://support.microsoft.com/kb/163409). By default, the tool will only answer to File Server Service request, which is for SMB. The concept behind this is to target your answers, and be stealthier on the network. This also helps to ensure that you don't break legitimate NBT-NS behavior. You can set the -r option via command line if you want to answer to the Workstation Service request name suffix.

Install the latest version of responder in Kali from terminal. To install the responder just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of responder from the respository and install it in your computer/server.