Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2022-04-22 13:55:19 +00:00
parent 7674d89a85
commit e961f7eaef
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -14569,7 +14569,7 @@ privilege-escalation:
(#{path_to_shared_library})
'
prereq_command: 'if [ -f #{path_to_shared_library ]; then exit 0; else exit
prereq_command: 'if [ -f #{path_to_shared_library} ]; then exit 0; else exit
1; fi;
'
@@ -28094,7 +28094,7 @@ defense-evasion:
(#{path_to_shared_library})
'
prereq_command: 'if [ -f #{path_to_shared_library ]; then exit 0; else exit
prereq_command: 'if [ -f #{path_to_shared_library} ]; then exit 0; else exit
1; fi;
'
@@ -47566,7 +47566,7 @@ persistence:
(#{path_to_shared_library})
'
prereq_command: 'if [ -f #{path_to_shared_library ]; then exit 0; else exit
prereq_command: 'if [ -f #{path_to_shared_library} ]; then exit 0; else exit
1; fi;
'
+1 -1
View File
@@ -56,7 +56,7 @@ sudo sed -i '\~#{path_to_shared_library}~d' /etc/ld.so.preload
##### Description: The shared library must exist on disk at specified location (#{path_to_shared_library})
##### Check Prereq Commands:
```bash
if [ -f #{path_to_shared_library ]; then exit 0; else exit 1; fi;
if [ -f #{path_to_shared_library} ]; then exit 0; else exit 1; fi;
```
##### Get Prereq Commands:
```bash