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:15] veera [Basics] |
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 21: | Line 21: | ||
* **Tutorial 3** : A basic TCP [[https://github.com/trisulnsm/trisul-scripts/tree/master/lua/tutorial/tutorial3|based DNP3 analyzer]] | * **Tutorial 3** : A basic TCP [[https://github.com/trisulnsm/trisul-scripts/tree/master/lua/tutorial/tutorial3|based DNP3 analyzer]] | ||
* **Tutorial 4** : A step-by-step guide to working with resources (Logs) [[https://github.com/trisulnsm/trisul-scripts/tree/master/lua/tutorial/tutorial4|by writing a URLHaus IOC checker]] | * **Tutorial 4** : A step-by-step guide to working with resources (Logs) [[https://github.com/trisulnsm/trisul-scripts/tree/master/lua/tutorial/tutorial4|by writing a URLHaus IOC checker]] | ||
- | |||
- | |||
- | |||
- | ===== Techniques used in sample scripts ===== | ||
- | |||
- | |||
- | [[lua:ua-parser|Trisul script to use UA-Parser regex to track HTTP User Agents]] | ||
- | |||
===== LuaJIT tips ===== | ===== LuaJIT tips ===== | ||
Line 34: | Line 26: | ||
[[lua:jittips|LuaJIT performance tips]] | [[lua:jittips|LuaJIT performance tips]] | ||
+ | ===== Techniques ===== | ||
- | ===== QUIC analyzer ===== | + | [[lua:logtail|Log tailing]] : Lua snippet to watch a directory of logfiles and tail them into your LUA code. |
- | + | ||
- | [[lua:quic|Explains the Trisul Google QUIC protocol analyzer script]] | + | |
- | + |