PDA

View Full Version : Arpspoof Tool



mrv1976
2023-02-01, 03:02
Hello,I have a Kali Linux 2022.4 VM running. I'm trying to run the arpspoof command however I can't get it to install. Below is the error, what am I doing wrong?

Command 'arpspoof' not found, but can be installed with:
sudo apt install dsniff
Do you want to install it? (N/y)y
sudo apt install dsniff
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package dsniff

Fred Sheehan
2023-02-02, 17:34
If its a Python based tool, you have to call the Python interpreter with the programmme;

python3 arpspoof