Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.21 KB

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