1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Fixed order of Limited SUID category in lwp-request

This commit is contained in:
Shikata 2021-01-11 13:02:54 +02:00
parent 05a9ae111b
commit c09b95053f

@ -4,12 +4,12 @@ functions:
- code: |
LFILE=file_to_read
lwp-request "file://$LFILE"
limited-suid:
- 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"
---