mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01: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:
|
|
...
|