GTFOBins.github.io/_gtfobins/tshark.md

10 lines
213 B
Markdown
Raw Permalink Normal View History

2021-06-17 08:51:51 +02:00
---
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
---