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
2021-05-03 22:58:57 +00:00
parent ef179339ab
commit 1b7cc49d63
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -29695,8 +29695,12 @@ defense-evasion:
executor:
command: 'setenforce 0
'
cleanup_command: 'setenforce 1
'
name: sh
elevation_required: true
- name: Stop Crowdstrike Falcon on Linux
auto_generated_guid: 828a1278-81cc-4802-96ab-188bf29ca77d
description: 'Stop and disable Crowdstrike Falcon on Linux
+5 -1
View File
@@ -126,13 +126,17 @@ Disables SELinux enforcement
#### Attack Commands: Run with `sh`!
#### Attack Commands: Run with `sh`! Elevation Required (e.g. root or admin)
```sh
setenforce 0
```
#### Cleanup Commands:
```sh
setenforce 1
```