How to Install and Uninstall responder Package on Kali Linux

Last updated: May 16,2024

1. Install "responder" package

In this section, we are going to explain the necessary steps to install responder on Kali Linux

$ sudo apt update $ sudo apt install responder

2. Uninstall "responder" package

In this section, we are going to explain the necessary steps to uninstall responder on Kali Linux:

$ sudo apt remove responder $ sudo apt autoclean && sudo apt autoremove

3. Information about the responder package on Kali Linux

Package: responder
Version: 3.1.4.0-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 4158
Depends: net-tools, python3-netifaces, python3-pkg-resources, python3-pycryptodome, python3-six, python3:any
Homepage: https://github.com/lgandx/Responder
Priority: optional
Section: utils
Filename: pool/main/r/responder/responder_3.1.4.0-0kali1_all.deb
Size: 562572
SHA256: a3cd457a2522f2038093ce2e910fecf0144203b1fe83fd3e13362ab57c119101
SHA1: 45a692494cedf35fc977dc56fbc133017aa644c8
MD5sum: 76296b5dfcd7d35b09bf23dfea4c9d0a
Description: 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.
Description-md5:

5. The same packages on other Linux Distributions