1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Drop SUID for lwp-request as it's Perl script

This commit is contained in:
Andrea Cardaci 2021-04-19 13:13:56 +02:00 committed by GitHub
parent c51b90a1bb
commit 832d69e6c8
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,4 @@ functions:
- code: |
LFILE=file_to_read
sudo lwp-request "file://$LFILE"
limited-suid:
- code: |
LFILE=file_to_read
./lwp-request "file://$LFILE"
---