Skip to content

A temporary solution for signature spamming attacks

Notifications You must be signed in to change notification settings

flanfly/unfuck-gpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UNFUCK GnuPG

This tool removes all 3rd party signatures for you GnuPG keyring. In case your a victim of the signature spamming attack on the SKS pool, you can use this tool to temporarly get a working keyring.

Usage

First, backup your existing keyring. This program was written in two sessions past midnight, it has bugs!

cp ~/.gnupg/pubring.gpg ~/pubring.gpg

Then, build the tool, run it on your keyring and overwrite GnuPG's keyring with the filtered one.

cp ~/.gnupg/pubring.gpg ./pubring.gpg
cargo run -- ./pubring.gpg
cp ./pubring.gpg-unfucked ~/.gnupg/pubring.gpg

Check that everything works again.

# lists all public keys
gpg -k

# lists you secret keys
gpg -K

Happy hacking. Please check out Sequoia!

About

A temporary solution for signature spamming attacks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages