Files
GTFOBins.github.io/_gtfobins/grep.md
Roman Mueller 0bca156294 Add grep
2018-10-03 14:22:27 +02:00

16 lines
263 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
grep '' $LFILE
suid-enabled:
- code: |
LFILE=file_to_read
./grep '' $LFILE
sudo-enabled:
- code: |
LFILE=file_to_read
sudo grep '' $LFILE
---