1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-11 09:51:33 +01:00
GTFOBins.github.io/_gtfobins/lwp-request.md

16 lines
294 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
lwp-request "file://$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo lwp-request "file://$LFILE"
limited-suid:
- code: |
LFILE=file_to_read
./lwp-request "file://$LFILE"
---