Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
c08dc960af
commit
d0ddc296a2
@@ -19338,7 +19338,7 @@ privilege-escalation:
|
||||
'
|
||||
executor:
|
||||
elevation_required: false
|
||||
command: 'systemd-run --user --unit=Atomic-Red-Team --on-calender ''*:0/1''
|
||||
command: 'systemd-run --user --unit=Atomic-Red-Team --on-calendar ''*:0/1''
|
||||
/bin/sh -c ''echo "$(date) $(whoami)" >>/tmp/log''
|
||||
|
||||
'
|
||||
@@ -19368,7 +19368,7 @@ privilege-escalation:
|
||||
'
|
||||
executor:
|
||||
elevation_required: true
|
||||
command: 'systemd-run --unit=Atomic-Red-Team --on-calender ''*:0/1'' /bin/sh
|
||||
command: 'systemd-run --unit=Atomic-Red-Team --on-calendar ''*:0/1'' /bin/sh
|
||||
-c ''echo "$(date) $(whoami)" >>/tmp/log''
|
||||
|
||||
'
|
||||
@@ -49162,7 +49162,7 @@ persistence:
|
||||
'
|
||||
executor:
|
||||
elevation_required: false
|
||||
command: 'systemd-run --user --unit=Atomic-Red-Team --on-calender ''*:0/1''
|
||||
command: 'systemd-run --user --unit=Atomic-Red-Team --on-calendar ''*:0/1''
|
||||
/bin/sh -c ''echo "$(date) $(whoami)" >>/tmp/log''
|
||||
|
||||
'
|
||||
@@ -49192,7 +49192,7 @@ persistence:
|
||||
'
|
||||
executor:
|
||||
elevation_required: true
|
||||
command: 'systemd-run --unit=Atomic-Red-Team --on-calender ''*:0/1'' /bin/sh
|
||||
command: 'systemd-run --unit=Atomic-Red-Team --on-calendar ''*:0/1'' /bin/sh
|
||||
-c ''echo "$(date) $(whoami)" >>/tmp/log''
|
||||
|
||||
'
|
||||
@@ -64993,7 +64993,7 @@ execution:
|
||||
'
|
||||
executor:
|
||||
elevation_required: false
|
||||
command: 'systemd-run --user --unit=Atomic-Red-Team --on-calender ''*:0/1''
|
||||
command: 'systemd-run --user --unit=Atomic-Red-Team --on-calendar ''*:0/1''
|
||||
/bin/sh -c ''echo "$(date) $(whoami)" >>/tmp/log''
|
||||
|
||||
'
|
||||
@@ -65023,7 +65023,7 @@ execution:
|
||||
'
|
||||
executor:
|
||||
elevation_required: true
|
||||
command: 'systemd-run --unit=Atomic-Red-Team --on-calender ''*:0/1'' /bin/sh
|
||||
command: 'systemd-run --unit=Atomic-Red-Team --on-calendar ''*:0/1'' /bin/sh
|
||||
-c ''echo "$(date) $(whoami)" >>/tmp/log''
|
||||
|
||||
'
|
||||
|
||||
@@ -95,7 +95,7 @@ Schedule a user level transient task (will not survive a reboot) without having
|
||||
|
||||
|
||||
```sh
|
||||
systemd-run --user --unit=Atomic-Red-Team --on-calender '*:0/1' /bin/sh -c 'echo "$(date) $(whoami)" >>/tmp/log'
|
||||
systemd-run --user --unit=Atomic-Red-Team --on-calendar '*:0/1' /bin/sh -c 'echo "$(date) $(whoami)" >>/tmp/log'
|
||||
```
|
||||
|
||||
#### Cleanup Commands:
|
||||
@@ -141,7 +141,7 @@ Schedule a system level transient task (will not survive a reboot) without havin
|
||||
|
||||
|
||||
```sh
|
||||
systemd-run --unit=Atomic-Red-Team --on-calender '*:0/1' /bin/sh -c 'echo "$(date) $(whoami)" >>/tmp/log'
|
||||
systemd-run --unit=Atomic-Red-Team --on-calendar '*:0/1' /bin/sh -c 'echo "$(date) $(whoami)" >>/tmp/log'
|
||||
```
|
||||
|
||||
#### Cleanup Commands:
|
||||
|
||||
Reference in New Issue
Block a user