V0.1.0 Suricata Logger
Modified:
- .gitignore: ignoring lua files
- suricata.rules: added a rule to log every packet
- suricata.yaml: specified alerts to dump whole
packet bytes
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -19,4 +19,10 @@ _tmp/
|
||||
!_tmp/.keep
|
||||
|
||||
# tsconfig for bun
|
||||
/tsconfig.json
|
||||
/tsconfig.json
|
||||
|
||||
# Lua
|
||||
lua_modules/
|
||||
.luarocks/
|
||||
lua
|
||||
core
|
||||
Reference in New Issue
Block a user