GTFOBins.github.io/_gtfobins/w3m.md

16 lines
259 B
Markdown
Raw Permalink Normal View History

---
functions:
file-read:
- code: |
LFILE=file_to_read
w3m "$LFILE" -dump
suid:
- code: |
LFILE=file_to_read
./w3m "$LFILE" -dump
sudo:
- code: |
LFILE=file_to_read
sudo w3m "$LFILE" -dump
---