https://github.com/outflanknl/net-gpppassword
.NET implementation of Get-GPPPassword. Retrieves the plaintext password and other information for accounts pushed through Group Policy Preferences.
https://github.com/outflanknl/net-gpppassword
Last synced: 5 months ago
JSON representation
.NET implementation of Get-GPPPassword. Retrieves the plaintext password and other information for accounts pushed through Group Policy Preferences.
- Host: GitHub
- URL: https://github.com/outflanknl/net-gpppassword
- Owner: outflanknl
- Created: 2019-10-14T12:35:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T10:14:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-30T23:31:36.105Z (6 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 172
- Watchers: 11
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Net-GPPPassword
.NET/C# implementation of Get-GPPPassword. Retrieves the plaintext password and other information for accounts pushed through Group Policy Preferences.If you have no idea what this is about, then please read: https://adsecurity.org/?p=2288. The technique is old, but can still be valuable in environments where a domain was created long ago.
## Usage
Net-GPPPassword.exe [ADdomain (optional)]Also works with Cobalt Strike's execute-assembly.
## Compiled versions
Check out Releases: https://github.com/outflanknl/Net-GPPPassword/releases.## Credits
Author: Stan Hegt (@StanHacked) / OutflankOriginal PowerShell implementation by Chris Campbell (@obscuresec): https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Get-GPPPassword.ps1