mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
748 B
JSON
17 lines
748 B
JSON
{
|
|
"name": "Snort-Report",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Snort Report is an add-on module for the Snort Intrusion Detection System. It provides realtime reporting from the MySQL database generated by Snort. It requires a platform with MySQL 3.23, PHP 4.0, and Snort 1.8",
|
|
"website": "http://www.symmetrixtech.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<br><br><br><br>Snort Report Version ([^<]+)<br>Copyright 2000-20[\\d]{2}, <a href=\"http:\\/\\/www\\.symmetrixtech\\.com\">Symmetrix Technologies, LLC\\.<\\/a><\\/td>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<title>SNORT Report - Signature Detail ()</title>"
|
|
}
|
|
]
|
|
}
|