mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-01-29 19:58:02 +01:00
19 lines
351 B
Markdown
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
|
|
---
|