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,29 @@
|
||||
{
|
||||
"name": "FluxBB",
|
||||
"author": "Andrew Horton, Brendan Coles <bcoles at gmail dot com>",
|
||||
"version": "0.5",
|
||||
"description": "Open Source forum written in PHP",
|
||||
"website": "http://fluxbb.org/ - Aggressive matches can identify 1.2.x, 1.3.x and 1.4.x",
|
||||
"matches": [
|
||||
{
|
||||
"name": "Powered by",
|
||||
"regexp": "(?-mix:>P(owered by|ropulsé par) (<strong>)?<a href=\"http:\\/\\/fluxbb\\.org\\/\">FluxBB<\\/a>)"
|
||||
},
|
||||
{
|
||||
"offset": 1,
|
||||
"regexp": "(?-mix:>P(owered by|ropulsé par) <a href=\"http:\\/\\/fluxbb\\.org\\/\">FluxBB<\\/a> ([\\d\\.]+)<)"
|
||||
},
|
||||
{
|
||||
"certainty": 25,
|
||||
"regexp": "(?-mix:<link rel=\"stylesheet\" type=\"text\\/css\" href=\"style\\/(Cobalt|Lithium|Mercury|Oxygen|Radium|Sulfur)\\.css\" \\/>)"
|
||||
},
|
||||
{
|
||||
"certainty": 75,
|
||||
"text": "<li id=\"navlogin\"><a href=\"login.php\">"
|
||||
},
|
||||
{
|
||||
"certainty": 75,
|
||||
"regexp": "(?-mix:<div id=\"brdwelcome\" class=\"inbox\">[\\s]+<p>[^<]+<\\/p>[\\s]+<\\/div>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user