mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-24 04:22:52 +01:00
Add w3m
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
2a12cf1268
commit
4ef0f42962
15
_gtfobins/w3m.md
Normal file
15
_gtfobins/w3m.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
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
|
||||
---
|
Loading…
Reference in New Issue
Block a user