mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-01-14 11:21:33 +01:00
10 lines
323 B
Markdown
10 lines
323 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
|
|
---
|