Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2014-1812 PoC — Microsoft Windows组策略首选项密码特权提升漏洞

Source
Associated Vulnerability
Title:Microsoft Windows组策略首选项密码特权提升漏洞 (CVE-2014-1812)
Description:The Group Policy implementation in Microsoft Windows Vista SP2, Windows Server 2008 SP2 and R2 SP1, Windows 7 SP1, Windows 8, Windows 8.1, and Windows Server 2012 Gold and R2 does not properly handle distribution of passwords, which allows remote authenticated users to obtain sensitive credential information and consequently gain privileges by leveraging access to the SYSVOL share, as exploited in the wild in May 2014, aka "Group Policy Preferences Password Elevation of Privilege Vulnerability."
Description
This little script encrypts password to gpp cpassword. It useful to create vulnerable lab AD (CVE-2014-1812).
Readme
# 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/).
File Snapshot

[4.0K] /data/pocs/7cdaadcae3516025720a028262673cbc92ac3052 ├── [2.4K] gpp-encrypt.py ├── [ 34K] LICENSE.txt ├── [ 878] README.md └── [ 20] requirements.txt 0 directories, 4 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →