LionSec / katoolin

Automatically install all Kali linux tools
https://lionsec.net
GNU General Public License v2.0
4.69k stars 1.32k forks source link

gpg: keyserver receive failed: No data #178

Open clementramirez opened 5 years ago

clementramirez commented 5 years ago

Hello everybody,

When I try to add kali linux repositories, I have a message like this : Executing: /tmp/apt-key-gpghome.mxXJwBhq3s/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 gpg: keyserver receive failed: No data

Can you help me, i really want to have kali linux tool into my Ubuntu environment ;)

anthonyleborgne commented 5 years ago

use wget -q -O - archive.kali.org/archive-key.asc | apt-key add and sudo apt-get update

clementramirez commented 5 years ago

Thank you Anthony, but I have another problem now, and i think it have some relation with the failed installation of katoolin. Since few day I cannot connect my laptop on my network, even if i try to plug-in with the RJ-45 cable. When I try to connect the the wifi, my compter can see my wifi network but when i try to connect to it, it just show "connecting" and few seconds later an error message !!

anthonyleborgne commented 5 years ago

ok, you have solve this problem ?

clementramirez commented 5 years ago

Not really, i cannot test your command line because i cannot access to internet. But yes It's another problem.

felipelinuxbr commented 5 years ago

apt-key-gpghome

Em Sáb, 9 de fev de 2019 16:11, DiyVE <notifications@github.com escreveu:

Hello everybody,

When I try to add kali linux repositories, I have a message like this : Executing: /tmp/apt-key-gpghome.mxXJwBhq3s/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 gpg: keyserver receive failed: No data

Can you help me, i really want to have kali linux tool into my Ubuntu environment ;)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LionSec/katoolin/issues/178, or mute the thread https://github.com/notifications/unsubscribe-auth/ApeEvESY0iq5i5oACWT8NJAXH8worVzvks5vLw9SgaJpZM4ayqcI .

sakuyaslove commented 5 years ago

Ubuntu 18.04.2 LTS Fresh install updated apt-get installed and updated git and python 2.7 and pip

I get the same error.

@developpeur62 I used "use wget -q -O - archive.kali.org/archive-key.asc | apt-key add" Received an OK message

Still get the following issue getting the repo: Executing: /tmp/apt-key-gpghome.nQfL5ZOGok/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 gpg: keyserver receive failed: No data

sakuyaslove commented 5 years ago

I just tried it again and got this:

Executing: /tmp/apt-key-gpghome.VCcVuYIqHt/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 gpg: key ED444FF07D8D0BF6: 2 duplicate signatures removed gpg: key ED444FF07D8D0BF6: 161 signatures not checked due to missing keys gpg: key ED444FF07D8D0BF6: "Kali Linux Repository devel@kali.org" 164 new signatures gpg: Total number processed: 1 gpg: new signatures: 164

Maybe its just the pgp.mit.edu system?

sakuyaslove commented 5 years ago

something was wrong with installing the categories so I deleted the repo and tried again and now I am getting the same error about No Data. Wondering if its the mit system

anthonyleborgne commented 5 years ago

me, i have installed this project with:

anthonyleborgne commented 5 years ago

you use ubuntu ?@sakuyaslove

sakuyaslove commented 5 years ago

@developpeur62 Yes I use Ubuntu, I did another fresh install of Ubuntu and was waiting to see what gets said on here. Do I need to try your wget method listed 4 days ago?

anthonyleborgne commented 5 years ago

yes

zzfabiozz commented 5 years ago

me, i have installed this project with:

  • wget -q -O - archive.kali.org/archive-key.asc | sudo apt-key add
  • sudo apt-get update
  • sudo apt-get install uniscan ( example)

i got another error gpg: no valid OpenPGP data found

OscarGonzalez97 commented 5 years ago

@developpeur62 Yes I use Ubuntu, I did another fresh install of Ubuntu and was waiting to see what gets said on here. Do I need to try your wget method listed 4 days ago?

It works for you? I am with the same problem, and I don't know why. I'm in Ubuntu 18.04.2 LTS

zzfabiozz commented 5 years ago

@developpeur62 Yes I use Ubuntu, I did another fresh install of Ubuntu and was waiting to see what gets said on here. Do I need to try your wget method listed 4 days ago?

It works for you? I am with the same problem, and I don't know why. I'm in Ubuntu 18.04.2 LTS https://mko-x.github.io/katoolin/ hay mate use this tool its katoolin v2 i fix the problem

DGinUK commented 5 years ago

use this

https://github.com/Rajkumrdusad/Tool-X

1337-ishaan commented 3 years ago

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ED444FF07D8D0BF6

Try this out, works for me

OpAmlee commented 2 years ago

ishaan that key worked for me. thank you