aboutsummaryrefslogtreecommitdiff
path: root/docs/Privesc/Invoke-PrivescAudit.md
blob: 711096264d5179956e6b5e02b62b57fa02814d8d (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Invoke-PrivescAudit

## SYNOPSIS
Executes all functions that check for various Windows privilege escalation opportunities.

Author: Will Schroeder (@harmj0y)  
License: BSD 3-Clause  
Required Dependencies: None

## SYNTAX

```
Invoke-PrivescAudit [-HTMLReport]
```

## DESCRIPTION
Executes all functions that check for various Windows privilege escalation opportunities.

## EXAMPLES

### -------------------------- EXAMPLE 1 --------------------------
```
Invoke-PrivescAudit
```

Runs all escalation checks and outputs a status report for discovered issues.

### -------------------------- EXAMPLE 2 --------------------------
```
Invoke-PrivescAudit -HTMLReport
```

Runs all escalation checks and outputs a status report to SYSTEM.username.html
detailing any discovered issues.

## PARAMETERS

### -HTMLReport
Switch.
Write a HTML version of the report to SYSTEM.username.html.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

## INPUTS

## OUTPUTS

### System.String

## NOTES

## RELATED LINKS