Files
OneForAll-mirror/data/rules/whatweb/octopussy.json
T
2020-07-29 00:02:06 +08:00

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\">"
}
]
}