mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Improve crontab
This commit is contained in:
parent
85b99ce89f
commit
e50f44521e
@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
|
execute-non-interactive:
|
||||||
|
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
|
||||||
|
code: crontab -e
|
||||||
sudo-enabled:
|
sudo-enabled:
|
||||||
- description: edit root's crontab and run arbitrary commands as root.
|
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
|
||||||
code: |
|
code: sudo crontab -e
|
||||||
sudo crontab -e
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user