mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
10 lines
331 B
Markdown
10 lines
331 B
Markdown
---
|
|
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: The commands are executed according to the crontab file edited via the `crontab` utility.
|
|
code: sudo crontab -e
|
|
---
|