1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/systemd-run
2026-01-22 23:44:17 +01:00

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:
...