[GH-ISSUE #188] Your GPG key is pulling from broken site. - Here is a better fix. #158

Closed
opened 2026-02-26 04:30:38 +03:00 by kerem · 2 comments
Owner

Originally created by @ghost on GitHub (Mar 19, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/188

you are using a gpg key from MIT. This site is broken currently.

USe the official Kali GPG key

wget -q -O - https://archive.kali.org/archive-key.asc | gpg --import
sudo gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add - 
Originally created by @ghost on GitHub (Mar 19, 2019). Original GitHub issue: https://github.com/LionSec/katoolin/issues/188 you are using a gpg key from MIT. This site is broken currently. USe the official Kali GPG key ``` wget -q -O - https://archive.kali.org/archive-key.asc | gpg --import sudo gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add - ```
kerem closed this issue 2026-02-26 04:30:38 +03:00
Author
Owner

@ghost commented on GitHub (Mar 19, 2019):

ok looking through this script... It needs some clean up or it seems that they're some tools that were removed or something.

<!-- gh-comment-id:474207999 --> @ghost commented on GitHub (Mar 19, 2019): ok looking through this script... It needs some clean up or it seems that they're some tools that were removed or something.
Author
Owner

@ghost commented on GitHub (Mar 21, 2019):

ok no.... this stuff is dangerous. and will lead to broken packages. Maybe on debian this is ok I wonder if getting a lit of tools and maintaining them as separate entities would be better.

<!-- gh-comment-id:475360457 --> @ghost commented on GitHub (Mar 21, 2019): ok no.... this stuff is dangerous. and will lead to broken packages. Maybe on debian this is ok I wonder if getting a lit of tools and maintaining them as separate entities would be better.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#158
No description provided.