mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 09:25:48 +03:00
[GH-ISSUE #307] gpg: keyserver receive failed: Server indicated a failure #255
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zolopp on GitHub (Dec 9, 2021).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/307
What do you want to do ?> 1
Executing: /tmp/apt-key-gpghome.SSsJiMZKCr/gpg.1.sh --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6
gpg: keyserver receive failed: Server indicated a failure
@zolopp commented on GitHub (Dec 10, 2021):
need help
@alexarnimueller commented on GitHub (Dec 11, 2021):
The keyserver seems to be deprecated, you can change the line containing the keyserver in katoolin.py to another one, e.g. keys.openpgp.org
the line to change is cmd1 = os.system("apt-key adv --keyserver ....")
@zolopp commented on GitHub (Dec 12, 2021):
thank u
@azsec commented on GitHub (Dec 31, 2021):
Try the following one:
@logicaldeveloper commented on GitHub (Jan 16, 2022):
This worked. Thank you
@dragoscosma commented on GitHub (Mar 5, 2022):
for katoolin3 do this and it will work:
@omegadc commented on GitHub (Mar 8, 2022):
Could someone please help me out? I am unable to make changes on the katoolin.py file to solve the server indicated a failure issue.
@ghost commented on GitHub (Mar 21, 2022):
guys can you please help me with this error in ubuntu 20.4 lts
@cwealeft commented on GitHub (Mar 28, 2022):
Use sudo nano /usr/bin/katoolin to make the changes
@workvikrant commented on GitHub (Mar 29, 2022):
WORKED
@LdeLight1 commented on GitHub (Apr 7, 2022):
Meus lindos para esse erro basta abrir o diretório como sudo nano /usr/bin/katoolin
edite o cmd1 = os.system //O que estiver dentro dos parênteses ou escrito em verde altere para:
"apt-key adv --keyserver keys.openpgp.org --recv-keys ED444F
Um abraço amigos!!! OPA AMIGOO, SEXOOOOOOOOOO!!!
@nathmo commented on GitHub (Apr 17, 2022):
i've made a fork that works if you did not managed to make it work.
https://github.com/nathmo/katoolin/blob/master/README.md
@macdipu commented on GitHub (Jul 3, 2022):
thanks!!
@csemusagul commented on GitHub (Aug 31, 2022):
Thanks, openpgp won that. :)
@felipefullstacker commented on GitHub (Aug 16, 2023):
thank u
@Jaybyrd79 commented on GitHub (Jan 31, 2024):
Thank You!
@zex0nfy commented on GitHub (Jun 27, 2025):
here the fix one
apt-key adv -qq --keyserver keyserver.ubuntu.com --recv-keys ED65462EC8D5E4C5 ||
apt-key adv -qq --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ED65462EC8D5E4C5 ||
die "This may be a server issue or the key has changed again. Please try again later.";