Skip to content

manulqwerty/CrackGPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrackGPG

Python 2.6|2.7 License: GPL v3 Twitter

CrackGPG is an open source CTF tool used to crack GPG (GNU Privacy Guard) / PGP (Pretty Good Privacy) files. Developed by @manulqwerty - IronHackers.

Screenshots

Screenshot

Instalation

You can download CrackGPG by clonin the Git repository:

git clone https://github.com/manulqwerty/CrackGPG.git
cd CrackGPG && pip install -r requirements.txt
chmod +x crackgpg.pyc

CrackGPG works out of the box with Python version 2.6.x and 2.7.x on any platform.

Usage

To get help:

python crackgpg.py -h

To crack a GPG_FILE using a custom WORDLIST.TXT:

python crackgpg.py GPG_FILE WORDLIST.TXT

You can also use the compiled format:

./crackgpg.pyc -h

About

CrackGPG is an open source CTF tool used to crack OpenPGP encrypted data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages