gpp-encrypt
May 22, 2023 ยท View on GitHub
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
git clone "https://github.com/mauricelambert/gpp-encrypt.git"
cd "gpp-encrypt"
python3 -m pip install -r requirements.txt
Usages
Command line
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
License
Licensed under the GPL, version 3.