Add tshark shell

master
Andrea Cardaci 2021-06-17 08:51:51 +02:00
parent 1405b4dce5
commit ff4e89470d
1 changed files with 9 additions and 0 deletions

9
_gtfobins/tshark.md Normal file
View File

@ -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
---