GTFOBins.github.io/_gtfobins/crontab.md

10 lines
331 B
Markdown
Raw Normal View History

2018-07-16 10:00:14 +02:00
---
functions:
2018-07-16 13:37:17 +02:00
execute-non-interactive:
2018-07-16 15:01:50 +02:00
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: crontab -e
2018-07-16 10:00:14 +02:00
sudo-enabled:
2018-07-16 15:01:50 +02:00
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: sudo crontab -e
2018-07-16 10:00:14 +02:00
---