1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/tshark.md

10 lines
213 B
Markdown
Raw 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
---