Not able to install arpspoof

+1 vote

I am practicing Arp Spoofing on Ubuntu. I want to install it but when I run the following command, I get an error:

$ sudo apt-get install arpspoof

Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to locate package arpspoof

Feb 9, 2019 in Cyber Security & Ethical Hacking by Anuj
59,368 views

3 answers to this question.

+4 votes
Best answer

There is no package called arpspoof. To use the arpspoof command, you have to install the dsniff package. You can install it like this:

$ sudo apt install dsniff ​

Now, you can run the arspoof  command.

Hope this helps!

For more join the Cyber security masters course online.

Thank You!

answered Feb 9, 2019 by Omkar
• 69,210 points

selected Dec 12, 2019 by Kalgi
aslo me not working
Check your ubuntu version. It might be coz of compatibility issues.
This solution doesn't seem to work anymore.  Has dsniff been removed?   Used to be included in Kali image, but is no longer, and installation attempts fail to find the package

kali@kali:~$ sudo apt-get install dsniff
[sudo] password for kali:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package dsniff
kali@kali:~$
Hi,

I think you didn't enable the repositories. Every software comes from some repository. So check which repository you are missing.
Hi
Dont use '-get'
Just use' sudo apt install dsniff'
0 votes

Fixing 'Unable to locate package error' on Ubuntu

  1. Check the package name (no, seriously) This should be the first thing to check. ...
  2. Update the repository cache. ...
  3. Check if package is available for your Ubuntu version. ...
  4. Check if you are using an active Ubuntu release.
answered Dec 15, 2020 by Gitika
• 65,910 points
0 votes

I found out that arpspoof is a tool from the dsniff package. As long as you install it, then the arpspoof is ready to be used.

The tool used here is called arpspoof and is distributed in the dsniff package.

answered Dec 15, 2020 by Roshni
• 10,520 points

Related Questions In Cyber Security & Ethical Hacking

0 votes
1 answer

Not able to run nikto scan on nikto-test.com

Hi, the webpage nikto-test.com doesn’t exist anymore. ...READ MORE

answered Apr 1, 2019 in Cyber Security & Ethical Hacking by Karan

reshown Apr 1, 2019 by Omkar 2,160 views
0 votes
1 answer

Not able to run Nessus Scanner

You have missed out a step. After ...READ MORE

answered Apr 1, 2019 in Cyber Security & Ethical Hacking by Lilly
748 views
0 votes
1 answer

Not connected to Internet

The two major problems that generally occurs ...READ MORE

answered Mar 22, 2019 in Cyber Security & Ethical Hacking by Priyaj
• 58,090 points
837 views
0 votes
1 answer
+1 vote
1 answer

How to find IP address of nodes in my network?

The IP address of the nodes connected ...READ MORE

answered Feb 9, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
4,201 views
0 votes
1 answer

How to find MAC address using IP address?

To find the MAC address, run this ...READ MORE

answered Feb 9, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
1,998 views
0 votes
1 answer

arpspoof: libnet_init(): UID or EUID of 0 required

ARP Spoofing should be done by superusers. ...READ MORE

answered Feb 9, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
12,250 views
0 votes
1 answer

ARP Spoofing stops victim internet connection.

This happens if you have not enabled ...READ MORE

answered Jul 25, 2019 in Cyber Security & Ethical Hacking by Anis
12,503 views
+1 vote
1 answer

Not able to use nmap in python.

nmap module doesn’t have PortScanner attribute. The ...READ MORE

answered Jan 28, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
2,782 views
0 votes
1 answer

Not able to run nmap scan on router.

Might not be the actual router address. ...READ MORE

answered Jan 31, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
1,568 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP