1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/tshark.md
2021-06-18 14:12:25 +02:00

213 B

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