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