mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-08 12:14:13 +02:00
14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
---
|
|
functions:
|
|
inherit:
|
|
- code: |-
|
|
echo '...' >/path/to/temp-file
|
|
needrestart -c /path/to/temp-file
|
|
comment: |-
|
|
This allows to run Perl code (`...`).
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
from: perl
|
|
...
|