新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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>"
}
]
}