10 lines
384 B
Markdown
10 lines
384 B
Markdown
`- Username and hostname
|
|
- Group memberships of the current user
|
|
- Existing users and groups
|
|
- Operating system, version and architecture
|
|
- Network information
|
|
- Installed applications
|
|
- Running processes`
|
|
|
|
<https://github.com/itm4n/PrivescCheck>
|
|
powershell -ep bypass -c ". .\PrivescCheck.ps1; Invoke-PrivescCheck -Extended -Report PrivescCheck_$($env:COMPUTERNAME) -Format TXT,HTML" |