kali is not installed arpspoof and "E: Unable to locate package problems", GPG error: because the public key can not be verified following signature: NO_PUBKEY ....

kali mirror Download link

1. I just installed kali system, using arpspoof command displays no such command

In this case needs to be installed, then down Baidu results:

apt-get install dsniff ssldump

2. However, there will be: "E: Unable to locate package Issues"

So the solution Baidu is the big brother: Update: source.list documents related to Ubuntu is the address of the source server software update, the default for Ubuntu official address, in order to improve the speed at which we can modify other server address

cd /etc/apt/
sudo cp sources.list sources.list.bb
sudo vi sources.list

But there will be errors:

Here Insert Picture Description
Tried many addresses, the last success are:

dev http://archive.ubuntu.com/ubuntu/ trusty main universe restricted multiverse

Save and exit, in a terminal type:

sudo apt-get update

3. General here should have been a success, but I have the following questions:

Here Insert Picture Description
Here Insert Picture Description

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D058B5
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32

Note: The final code to be replaced according to the code of your problems

Results: Here Insert Picture Description
then enter:

sudo apt-get update

result:
Here Insert Picture Description

Then install it again:

apt-get install dsniff ssldump

Here Insert Picture Description
Here Insert Picture Description
At this point it's done:

see:Here Insert Picture Description

If you like to spend also please support my new handwriting is bad please forgive me.

Published 14 original articles · won praise 23 · views 3292

Guess you like

Origin blog.csdn.net/sf9090/article/details/103198373