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 Aug 6, 2024
1 parent 7e7eb7d commit fc96766
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47687,6 +47687,7 @@ privilege-escalation:
rm -rf #{systemd_service_path}/#{systemd_service_file}
systemctl daemon-reload
name: bash
elevation_required: true
- name: Create SysV Service
auto_generated_guid: 760fe8d2-79d9-494f-905e-a239a3df86f6
description: 'This test creates a SysV service unit file and enables it as a
Expand Down Expand Up @@ -47726,6 +47727,7 @@ privilege-escalation:
sysrc -x art_test_enable
rm -f #{rc_service_path}/#{rc_service_file}
name: sh
elevation_required: true
- name: Create Systemd Service file, Enable the service , Modify and Reload the
service.
auto_generated_guid: c35ac4a8-19de-43af-b9f8-755da7e89c89
Expand Down Expand Up @@ -71792,6 +71794,7 @@ persistence:
rm -rf #{systemd_service_path}/#{systemd_service_file}
systemctl daemon-reload
name: bash
elevation_required: true
- name: Create SysV Service
auto_generated_guid: 760fe8d2-79d9-494f-905e-a239a3df86f6
description: 'This test creates a SysV service unit file and enables it as a
Expand Down Expand Up @@ -71831,6 +71834,7 @@ persistence:
sysrc -x art_test_enable
rm -f #{rc_service_path}/#{rc_service_file}
name: sh
elevation_required: true
- name: Create Systemd Service file, Enable the service , Modify and Reload the
service.
auto_generated_guid: c35ac4a8-19de-43af-b9f8-755da7e89c89
Expand Down
4 changes: 4 additions & 0 deletions atomics/Indexes/linux-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27449,6 +27449,7 @@ privilege-escalation:
rm -rf #{systemd_service_path}/#{systemd_service_file}
systemctl daemon-reload
name: bash
elevation_required: true
- name: Create SysV Service
auto_generated_guid: 760fe8d2-79d9-494f-905e-a239a3df86f6
description: 'This test creates a SysV service unit file and enables it as a
Expand Down Expand Up @@ -27488,6 +27489,7 @@ privilege-escalation:
sysrc -x art_test_enable
rm -f #{rc_service_path}/#{rc_service_file}
name: sh
elevation_required: true
- name: Create Systemd Service file, Enable the service , Modify and Reload the
service.
auto_generated_guid: c35ac4a8-19de-43af-b9f8-755da7e89c89
Expand Down Expand Up @@ -41932,6 +41934,7 @@ persistence:
rm -rf #{systemd_service_path}/#{systemd_service_file}
systemctl daemon-reload
name: bash
elevation_required: true
- name: Create SysV Service
auto_generated_guid: 760fe8d2-79d9-494f-905e-a239a3df86f6
description: 'This test creates a SysV service unit file and enables it as a
Expand Down Expand Up @@ -41971,6 +41974,7 @@ persistence:
sysrc -x art_test_enable
rm -f #{rc_service_path}/#{rc_service_file}
name: sh
elevation_required: true
- name: Create Systemd Service file, Enable the service , Modify and Reload the
service.
auto_generated_guid: c35ac4a8-19de-43af-b9f8-755da7e89c89
Expand Down
4 changes: 2 additions & 2 deletions atomics/T1543.002/T1543.002.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This test creates a Systemd service unit file and enables it as a service.
| execstartpost_action | ExecStartPost action for Systemd service | string | /bin/touch /tmp/art-systemd-execstartpost-marker|


#### Attack Commands: Run with `bash`!
#### Attack Commands: Run with `bash`! Elevation Required (e.g. root or admin)


```bash
Expand Down Expand Up @@ -107,7 +107,7 @@ This test creates a SysV service unit file and enables it as a service.
| rc_service_file | File name of rc service file | string | art-test|


#### Attack Commands: Run with `sh`!
#### Attack Commands: Run with `sh`! Elevation Required (e.g. root or admin)


```sh
Expand Down

0 comments on commit fc96766

Please sign in to comment.