aboutsummaryrefslogtreecommitdiff
path: root/docs/Privesc/Get-RegistryAutoLogon.md
blob: b93e75ca16cda43f939e516c88aaf259f0ec38bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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)