mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
520 B
JSON
17 lines
520 B
JSON
{
|
|
"name": "BASE",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Basic Analysis and Security Engine (BASE) - front end for the snort IDS system.",
|
|
"website": "http://base.secureideas.net/",
|
|
"matches": [
|
|
{
|
|
"text": "<!-- Basic Analysis and Security Engine (BASE) -->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!-- Basic Analysis and Security Engine \\(BASE\\) ([\\d\\.]+ \\([^\\)]+\\)) -->)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|