From aec1c7eb8e391f322c69bf9c5af7d9c91eee8e6f Mon Sep 17 00:00:00 2001 From: bitform Date: Sat, 26 May 2012 16:02:44 -0400 Subject: Added Get-GPPPassword Used with permission from @obscuresec (www.obscuresecurity.blogspot.com) --- Get-GPPPassword.ps1 | Bin 0 -> 6956 bytes README | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 Get-GPPPassword.ps1 diff --git a/Get-GPPPassword.ps1 b/Get-GPPPassword.ps1 new file mode 100644 index 0000000..c6a7603 Binary files /dev/null and b/Get-GPPPassword.ps1 differ diff --git a/README b/README index 637415e..8a876ec 100644 --- a/README +++ b/README @@ -13,6 +13,11 @@ Encrypt-Script: Encrypt-Script will encrypt a script (or any text file for that matter) and output the results to a minimally obfuscated script - evil.ps1. +Get-GPPPassword: + + Get-GPPPassword retrieves the plaintext password for accounts pushed through Group Policy in groups.xml. + + Used with permission from @obscuresec (www.obscuresecurity.blogspot.com). Usage: -- cgit v1.2.3