mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-08 20:24:11 +02:00
19 lines
257 B
Plaintext
19 lines
257 B
Plaintext
---
|
|
functions:
|
|
command:
|
|
- blind: true
|
|
code: |-
|
|
systemd-run /path/to/command
|
|
contexts:
|
|
sudo:
|
|
shell:
|
|
- code: |-
|
|
systemd-run -S
|
|
contexts:
|
|
sudo:
|
|
- code: |-
|
|
systemd-run -t /bin/sh
|
|
contexts:
|
|
sudo:
|
|
...
|