mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Update gcc for file-read
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
170c1f5db7
commit
0eefa2a716
@ -4,6 +4,10 @@ functions:
|
|||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
gcc -x c -E "$LFILE"
|
gcc -x c -E "$LFILE"
|
||||||
|
- description: The file is read and parsed as a list of files (one per line), the content is disaplyed as error messages, thus this might not be suitable to read arbitrary data.
|
||||||
|
code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
gcc @"$LFILE"
|
||||||
file-write: # XXX this should be file-delete
|
file-write: # XXX this should be file-delete
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_delete
|
LFILE=file_to_delete
|
||||||
|
Loading…
Reference in New Issue
Block a user