This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
lua:start [2018/12/22 12:39] veera [Techniques] |
lua:start [2018/12/22 12:49] (current) veera [LuaJIT tips] |
||
|---|---|---|---|
| Line 26: | Line 26: | ||
| [[lua:jittips|LuaJIT performance tips]] | [[lua:jittips|LuaJIT performance tips]] | ||
| + | ===== Techniques ===== | ||
| - | ===== Script examples ===== | + | [[lua:logtail|Log tailing]] : Lua snippet to watch a directory of logfiles and tail them into your LUA code. |
| - | + | ||
| - | Explains various programming techniques with real examples. | + | |
| - | + | ||
| - | ==== UA-Parser ==== | + | |
| - | + | ||
| - | + | ||
| - | [[lua:ua-parser|Trisul script to use UA-Parser regex to track HTTP User Agents]] | + | |
| - | + | ||
| - | + | ||
| - | ==== QUIC analyzer ==== | + | |
| - | + | ||
| - | A G-QUIC (Google QUIC) analyzer that parses a UDP-443 protocol, extracts indicators, and certificates. Learn how to use LuaJIT FFI to work with decompression, BITMAUL to parse protocols, etc. | + | |
| - | + | ||
| - | [[lua:quic|Explains the Trisul Google QUIC protocol analyzer script]] | + | |
| - | + | ||