Skip to content

Commit

Permalink
Generated docs from job=generate-docs branch=master [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomic Red Team doc generator committed Sep 10, 2024
1 parent 981e91d commit ef5e505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atomics/Indexes/containers-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51106,7 +51106,7 @@ discovery:
executor:
command: |-
docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/
docker run --name t1069_container -d -t t1069
docker run --name t1069_container --rm -d -t t1069
docker exec t1069_container ./test.sh
cleanup_command: |-
docker stop t1069_container
Expand Down
2 changes: 1 addition & 1 deletion atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104461,7 +104461,7 @@ discovery:
executor:
command: |-
docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/
docker run --name t1069_container -d -t t1069
docker run --name t1069_container --rm -d -t t1069
docker exec t1069_container ./test.sh
cleanup_command: |-
docker stop t1069_container
Expand Down
2 changes: 1 addition & 1 deletion atomics/T1069.001/T1069.001.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Attackers may try to obtain a list of services that are operating on remote host

```sh
docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/
docker run --name t1069_container -d -t t1069
docker run --name t1069_container --rm -d -t t1069
docker exec t1069_container ./test.sh
```

Expand Down

0 comments on commit ef5e505

Please sign in to comment.