mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
26 lines
793 B
JSON
26 lines
793 B
JSON
{
|
|
"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\">"
|
|
}
|
|
]
|
|
}
|