Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
7674d89a85
commit
e961f7eaef
@@ -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;
|
||||
|
||||
'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user