
Ce petit script crypte le mot de passe en gpp cpassword. Il est utile pour créer un laboratoire AD vulnérable (CVE-2014-1812).
Ce petit script chiffre le mot de passe en cpassword gpp. Il est utile pour créer un laboratoire AD vulnérable.
Ce paquet nécessite :
git clone "https://github.com/mauricelambert/gpp-encrypt.git"
cd "gpp-encrypt"
python3 -m pip install -r requirements.txt
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
Sous licence GPL, version 3.