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

32 lines
1.2 KiB
JSON

{
"name": "XOOPS-Cube",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "XOOPS Cube is an Open Source Web Application Platform",
"website": "http://xoopscube.org/",
"matches": [
{
"certainty": 75,
"text": "<title>XOOPS Cube Site - Just Use it!</title>"
},
{
"certainty": 75,
"text": "<!-- RMV: added module header -->"
},
{
"text": "<meta name=\"generator\" content=\"XOOPS Cube\" />"
},
{
"text": "<meta name=\"author\" content=\"XOOPS Cube\" />"
},
{
"regexp": "(?-mix:Powered by XOOPS Cube ([^\\s^&]+)&copy; 200[01]-20[\\d]{2} (<a href=\"http:\\/\\/xoopscube\\.sourceforge\\.net\\/\" target=\"_blank\">)?XOOPS Cube Project)",
"offset": 1
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/xoopscube\\.org\\/\" rel=\"external\">XOOPS Cube<\\/a> ([^\\s]+) &copy; 200[01]-20[\\d]{2} <a href=\"http:\\/\\/xoopscube\\.sourceforge\\.net\\/\" rel=\"external\">XOOPS Cube Project<\\/a><\\/p>)",
"offset": 1
}
]
}