Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -7692,7 +7692,7 @@ defense-evasion:
|
||||
executor:
|
||||
command: |-
|
||||
docker build -t t1612 $PathtoAtomicsFolder/T1612/src/
|
||||
docker run --name t1612_container -d -t t1612
|
||||
docker run --name t1612_container --rm -d -t t1612
|
||||
docker exec t1612_container ./test.sh
|
||||
cleanup_command: |-
|
||||
docker stop t1612_container
|
||||
|
||||
@@ -17977,7 +17977,7 @@ defense-evasion:
|
||||
executor:
|
||||
command: |-
|
||||
docker build -t t1612 $PathtoAtomicsFolder/T1612/src/
|
||||
docker run --name t1612_container -d -t t1612
|
||||
docker run --name t1612_container --rm -d -t t1612
|
||||
docker exec t1612_container ./test.sh
|
||||
cleanup_command: |-
|
||||
docker stop t1612_container
|
||||
|
||||
@@ -29,7 +29,7 @@ Adversaries may build a container image directly on a host to bypass defenses th
|
||||
|
||||
```sh
|
||||
docker build -t t1612 $PathtoAtomicsFolder/T1612/src/
|
||||
docker run --name t1612_container -d -t t1612
|
||||
docker run --name t1612_container --rm -d -t t1612
|
||||
docker exec t1612_container ./test.sh
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user