Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2019-10-15 00:46:28 +00:00
parent 1ec4ee2afd
commit fd93a2fe2a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ The intent of this test is to trigger threshold based detection on the number of
#### Run it with `powershell`!
```
for($i=0; $i -le $#{query_volume}; $i++) { Resolve-DnsName -type "#{query_type}" "#{subdomain}.$(Get-Random -Minimum 1 -Maximum 999999).#{domain}" -QuickTimeout}
for($i=0; $i -le #{query_volume}; $i++) { Resolve-DnsName -type "#{query_type}" "#{subdomain}.$(Get-Random -Minimum 1 -Maximum 999999).#{domain}" -QuickTimeout}
```
+1 -1
View File
@@ -22316,7 +22316,7 @@ command-and-control:
executor:
name: powershell
elevation_required: false
command: 'for($i=0; $i -le $#{query_volume}; $i++) { Resolve-DnsName -type
command: 'for($i=0; $i -le #{query_volume}; $i++) { Resolve-DnsName -type
"#{query_type}" "#{subdomain}.$(Get-Random -Minimum 1 -Maximum 999999).#{domain}"
-QuickTimeout}