mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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\">"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user