GTFOBins.github.io/_gtfobins/strings.md
2020-03-17 14:25:54 +01:00

17 lines
341 B
Markdown

---
description: This only returns ASCII strings, thus it is not suitable for binary files.
functions:
file-read:
- code: |
LFILE=file_to_read
strings "$LFILE"
suid:
- code: |
LFILE=file_to_read
./strings "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo strings "$LFILE"
---