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/13 11:26] veera |
lua:start [2018/12/22 12:49] (current) veera [LuaJIT tips] |
||
---|---|---|---|
Line 13: | Line 13: | ||
[[lua:structure|How to structure your scripts]] | [[lua:structure|How to structure your scripts]] | ||
- | ===== Basics ===== | + | ===== Tutorials ===== |
Links to step by step tutorials | Links to step by step tutorials | ||
Line 25: | Line 25: | ||
[[lua:jittips|LuaJIT performance tips]] | [[lua:jittips|LuaJIT performance tips]] | ||
- | |||
===== Techniques ===== | ===== Techniques ===== | ||
- | Explains various programming techniques with real examples. | + | [[lua:logtail|Log tailing]] : Lua snippet to watch a directory of logfiles and tail them into your LUA code. |
- | + | ||
- | ==== 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]] | + | |
- | + |