mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Add SUID category to gawk as file read
This commit is contained in:
parent
085e72a971
commit
31b69cfeed
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user