mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-07 19:54:12 +02:00
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
---
|
|
functions:
|
|
inherit:
|
|
- code: |-
|
|
echo '...' >/path/to/temp-file
|
|
tshark -Xlua_script:/path/to/temp-file
|
|
comment: |-
|
|
This allows to run Lua code (`...`).
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
from: lua
|
|
...
|