This little script encrypts password to gpp cpassword. It useful to create vulnerable lab AD (CVE-2014-1812).# 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
```bash
git clone "https://github.com/mauricelambert/gpp-encrypt.git"
cd "gpp-encrypt"
python3 -m pip install -r requirements.txt
```
## Usages
### Command line
```bash
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](https://github.com/user/gpp-encrypt)
- [Python executable](https://github.com/mauricelambert/gpp-encrypt/releases/download/v0.0.1/gpp-encrypt.pyz)
## License
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).
[4.0K] /data/pocs/7cdaadcae3516025720a028262673cbc92ac3052
├── [2.4K] gpp-encrypt.py
├── [ 34K] LICENSE.txt
├── [ 878] README.md
└── [ 20] requirements.txt
0 directories, 4 files