Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2019-01-16 22:14:59 +00:00
parent 4f5c279c61
commit e74554992e
2 changed files with 7 additions and 10 deletions
+2 -4
View File
@@ -18,12 +18,10 @@ Uses dd to add a zero to the binary to change the hash
#### Inputs
| Name | Description | Type | Default Value |
|------|-------------|------|---------------|
| binary_to_pad | Path of binary to be padded | Path | /tmp/EvilBinary|
| file_to_pad | Path of binary to be padded | Path | /tmp/evil-binary|
#### Run it with `sh`!
```
md5sum #{binary_to_pad}
dd if=/dev/zero bs=1 count=1 >> #{binary_to_pad}
md5sum #{binary_to_pad}
dd if=/dev/zero bs=1 count=1 >> #{file_to_pad}
```
<br/>
+5 -6
View File
@@ -4086,16 +4086,15 @@ defense-evasion:
- macos
- linux
input_arguments:
binary_to_pad:
file_to_pad:
description: Path of binary to be padded
type: Path
default: "/tmp/EvilBinary"
default: "/tmp/evil-binary"
executor:
name: sh
command: |
md5sum #{binary_to_pad}
dd if=/dev/zero bs=1 count=1 >> #{binary_to_pad}
md5sum #{binary_to_pad}
command: 'dd if=/dev/zero bs=1 count=1 >> #{file_to_pad}
'
T1088:
technique:
id: attack-pattern--ca1a3f50-5ebd-41f8-8320-2c7d6a6e88be