新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
@@ -0,0 +1,66 @@
{
"name": "InvisionPowerBoard",
"author": "Andrew Horton",
"version": "0.3",
"description": "Invision Power Board - PHP Web Forum",
"website": "http://www.invisionpower.com/",
"matches": [
{
"text": "(Powered by Invision Power Board)</title>"
},
{
"text": "index.php?app=core&amp;module=global&amp;section=rss&amp;type=forums&amp;id="
},
{
"certainty": 50,
"text": "<a href='#j_content' title='Jump to content' accesskey='m'>Jump to content</a>"
},
{
"regexp": "(?-mix:<script [^>]+src='[^']+\\/ipb\\.js)"
},
{
"regexp": "(?-mix:<script [^>]*src='[^']+\\/ipb_global\\.js'>)"
},
{
"text": "<div id=\"ipbwrapper\">"
},
{
"regexp": "(?-mix:<div [^>]*class='copyright'>Powered by <[^>]+>Invision Power Board<\\/a>)"
},
{
"regexp": "(?-mix:<script type=\"text\\/javascript\" src='[^']*ips_xmlhttprequest\\.js'><\\/script>)"
},
{
"text": "Powered By <a href='http://www.invisionboard.com' style='text-decoration:none' target='_blank'>IP.Board</a>"
},
{
"regexp": "(?-mix:&copy; [0-9]+ &nbsp;<a href='http:\\/\\/www\\.invisionpower\\.com'[^>]*>IPS, Inc<)"
},
{
"regexp": "(?-mix:&copy; [0-9]+ &nbsp;<a href='http:\\/\\/www\\.invisionpower\\.com'[^>]*>IPS, <abbr title='Incorporated'>Inc<\\/abbr><)"
},
{
"regexp": "(?-mix:<a href=\"[^\"]+index\\.php\\?s=[a-z0-9]+&amp;act=Login&amp;CODE=[0-9]+\">Log In<\\/a>)"
},
{
"name": "powered by 1",
"regexp": "(?-mix:Powered by <a [^>]+>Invision Power Board<\\/a>([^&]+) &copy; 20[0-9]+)",
"offset": 1
},
{
"name": "powered by 2",
"regexp": "(?-mix:([0-9\\.]+) &copy; 20[0-9]+ &nbsp;<a href='http:\\/\\/www\\.invisionpower\\.com'[^>]+>IPS)",
"offset": 1
},
{
"name": "powered by 3",
"regexp": "(?-mix:Invision Power Board<\\/a>[\\s]+v([0-9\\.]+) &copy;)",
"offset": 1
},
{
"name": "powered by 4",
"regexp": "(?-mix:Invision Power Board<\\/a>([^&]+)&copy; 20[0-9]+ &nbsp;<a href='http:\\/\\/www\\.invisionpower\\.com')",
"offset": 1
}
]
}