mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 22:09:35 +01:00
Add ./ to SUID category in awk.md
This commit is contained in:
parent
3065294305
commit
085e72a971
@ -30,7 +30,7 @@ functions:
|
||||
suid:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
awk '//' "$LFILE"
|
||||
./awk '//' "$LFILE"
|
||||
sudo:
|
||||
- code: sudo awk 'BEGIN {system("/bin/sh")}'
|
||||
limited-suid:
|
||||
|
Loading…
Reference in New Issue
Block a user