Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 878 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 878 Bytes

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

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.