mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Improve crontab
This commit is contained in:
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
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user