-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing check: GPP autologon #11
Comments
Do you mean like it is done below ? |
That's exactly this thing! |
By the way, it's not a request but only a kind suggestion :) |
That was fast! Thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
PingCastle is able to detect the "GPP passwords" cases (encrypted "cpassword" field in some XML files of the sysvol).
But it doesn't seem to cover the "GPP autologon" cases. It's even easier since only "registry.xml" files are concerned and the login is in "DefaultUsername" and password in "DefaultPassword".
See this implementation example:
https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Get-GPPAutologon.ps1
The text was updated successfully, but these errors were encountered: