mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Improve crontab
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
Reference in New Issue
Block a user