mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-09 04:34:11 +02:00
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
---
|
|
functions:
|
|
command:
|
|
- code: |-
|
|
crontab -e
|
|
comment: |-
|
|
This spaws the default editor to edit the crontab file, commands can be scheduled to run using the [cron syntax](https://en.wikipedia.org/wiki/Cron).
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
inherit:
|
|
- code: |-
|
|
crontab -e
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
from: vi
|
|
...
|