Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
gpp-encrypt — This little script encrypts password to gpp cpassword. It useful to create vulnerable lab AD (CVE-2014-1812). | Kitploit
Tools/GitHubGitHub/mauricelambert/gpp-encrypt
Encryption/Decryption ToolsPassword AttacksVulnerability AnalysisExploitationLabs & Practice
GitHubmauricelambert/gpp-encrypt

gpp-encrypt

This little script encrypts password to gpp cpassword. It useful to create vulnerable lab AD (CVE-2014-1812).

View Repository
13 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

gpp-encrypt

Description

This little script encrypts password to gpp cpassword. It useful to create vulnerable lab AD.

Requirements

This package require:

  • python3
  • python3 Standard Library

Installation

root@kitploit:~
git clone "https://github.com/mauricelambert/gpp-encrypt.git"
cd "gpp-encrypt"
python3 -m pip install -r requirements.txt

Usages

Command line

root@kitploit:~
python3 gpp-encrypt.py   # Using python script
python3 gpp-encrypt.pyz  # Using python executable

chmod u+x gpp-encrypt.py
chmod u+x gpp-encrypt.pyz
./gpp-encrypt.py
./gpp-encrypt.pyz

Links

  • Github
  • Python executable

License

Licensed under the GPL, version 3.

Download Tool