1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/crontab
2026-01-01 22:17:08 +01:00

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
...