aboutsummaryrefslogtreecommitdiff
path: root/docs/Privesc/Get-RegistryAutoLogon.md
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-14 11:53:29 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-14 11:53:29 -0500
commit7964823e3f398c41a7ad1c0e8c4c28c0806a9c0d (patch)
tree57e9cfbba515d074f9ca77438245f8dfe46b62aa /docs/Privesc/Get-RegistryAutoLogon.md
parent5da1774219284bbe1539675e84f5c8b4370b386e (diff)
downloadPowerSploit-7964823e3f398c41a7ad1c0e8c4c28c0806a9c0d.tar.gz
PowerSploit-7964823e3f398c41a7ad1c0e8c4c28c0806a9c0d.zip
Added documentation for PowerUp
Diffstat (limited to 'docs/Privesc/Get-RegistryAutoLogon.md')
-rwxr-xr-xdocs/Privesc/Get-RegistryAutoLogon.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/Privesc/Get-RegistryAutoLogon.md b/docs/Privesc/Get-RegistryAutoLogon.md
new file mode 100755
index 0000000..b93e75c
--- /dev/null
+++ b/docs/Privesc/Get-RegistryAutoLogon.md
@@ -0,0 +1,44 @@
+# Get-RegistryAutoLogon
+
+## SYNOPSIS
+Finds any autologon credentials left in the registry.
+
+Author: Will Schroeder (@harmj0y)
+License: BSD 3-Clause
+Required Dependencies: None
+
+## SYNTAX
+
+```
+Get-RegistryAutoLogon
+```
+
+## DESCRIPTION
+Checks if any autologon accounts/credentials are set in a number of registry locations.
+If they are, the credentials are extracted and returned as a custom PSObject.
+
+## EXAMPLES
+
+### -------------------------- EXAMPLE 1 --------------------------
+```
+Get-RegistryAutoLogon
+```
+
+Finds any autologon credentials left in the registry.
+
+## PARAMETERS
+
+## INPUTS
+
+## OUTPUTS
+
+### PowerUp.RegistryAutoLogon
+
+Custom PSObject containing autologin credentials found in the registry.
+
+## NOTES
+
+## RELATED LINKS
+
+[https://github.com/rapid7/metasploit-framework/blob/master/modules/post/windows/gather/credentials/windows_autologin.rb](https://github.com/rapid7/metasploit-framework/blob/master/modules/post/windows/gather/credentials/windows_autologin.rb)
+