Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2024-08-01 23:51:58 +00:00
parent 4a11a17dba
commit d143f79024
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
```