新增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
+25
View File
@@ -0,0 +1,25 @@
{
"name": "Octopussy",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Perl/XML Logs Analyzer, Alerter & Reporter.",
"website": "http://www.8pussy.org/",
"matches": [
{
"text": "<input type=\"submit\" name=\"submit\" value=\"Connect to Octopussy\"></td>"
},
{
"regexp": "(?-mix:<td class=\"box\" align=\"center\" >Octopussy ([^\\s^<]+)<\\/td>)",
"offset": 1
},
{
"text": "<img border=\"0\" src=\"IMG/octo_login1.png\" alt=\"Octopussy Logo\"></td>"
},
{
"text": "<title>Octopussy Login</title>"
},
{
"text": "<link rel=\"icon\" type=\"image/gif\" href=\"IMG/octopussy.gif\">"
}
]
}