1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00

Create lwp-request.md

This commit is contained in:
bcoles 2020-03-17 17:19:22 +11:00 committed by Andrea Cardaci
parent 15fa8e72d7
commit a0132156fc

15
_gtfobins/lwp-request.md Normal file
View File

@ -0,0 +1,15 @@
---
functions:
file-read:
- code: |
LFILE=file_to_read
lwp-request "file://$LFILE"
suid:
- code: |
LFILE=file_to_read
./lwp-request "file://$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo lwp-request "file://$LFILE"
---