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

30 lines
1.1 KiB
JSON

{
"name": "VSP-Stats-Processor",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "vsp stats processor is a multi game log analyzer / stats generator / log parser.",
"website": "http://www.scivox.net/vsp/",
"matches": [
{
"regexp": "(?-mix:powered by <A HREF=\"http:\\/\\/www.(scivox.net|clanavl.com)\\/vsp\\/\">vsp stats processor<\\/A>)"
},
{
"text": "&nbsp;theme:bismarck by <A HREF=\"#\" TITLE=\"myrddin8 <AT> gmail <DOT> com\">myrddin</A>&nbsp;",
"string": "bismarck"
},
{
"certainty": 25,
"regexp": "(?-mix:<TITLE>vsp \\((map|award|game|player) stats\\)<\\/TITLE>)"
},
{
"certainty": 25,
"text": "<BODY>error: cannot establish database connection or database database_name does not exist",
"string": "Error"
},
{
"regexp": "(?-mix:<A HREF=\"http:\\/\\/www.clanavl.com\\/vsp\\/\">vsp<\\/A> v([\\d\\.]+),)",
"offset": 1
}
]
}