1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-14 11:21:33 +01:00

Improve crontab

This commit is contained in:
Andrea Cardaci 2018-07-16 13:37:17 +02:00
parent 85b99ce89f
commit e50f44521e

@ -1,7 +1,9 @@
---
functions:
execute-non-interactive:
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: crontab -e
sudo-enabled:
- description: edit root's crontab and run arbitrary commands as root.
code: |
sudo crontab -e
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: sudo crontab -e
---