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

27 lines
1.4 KiB
JSON

{
"name": "TWiki",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "A flexible, powerful, and easy to use enterprise wiki, enterprise collaboration platform, and web application platform.",
"website": "http://www.twiki.org/",
"matches": [
{
"name": "GHDB: \"powered by twiki\"",
"certainty": 75,
"ghdb": "\"powered by twiki\""
},
{
"name": "default redirect page title",
"text": "<title>Welcome to TWiki - A Web-based Collaboration Platform</title>"
},
{
"name": "powered by text",
"regexp": "(?i-mx:<span class=\"twikiRight\"> <a href=\"http:\\/\\/twiki.org\\/\"><img src=\"[a-zA-Z0-9\\.\\-\\\\\\/\\+_]+\" alt=\"This site is powered by the TWiki collaboration platform\" width=\"[0-9]+\" height=\"[0-9]+\" title=\"This site is powered by the TWiki collaboration platform\" border=\"0\" \\/><\\/a><\\/span>)"
},
{
"name": "alternate powered by text",
"regexp": "(?i-mx:<span class=\"twikiRight\"> This Wiki powered by TWiki <a href=\"http:\\/\\/twiki.org\\/\"><img src=\"[a-zA-Z0-9\\.\\-\\\\\\/\\+_]+\" alt=\"This Wiki is powered by the TWiki collaboration platform\" width=\"[0-9]+\" height=\"[0-9]+\" title=\"This wiki is powered by the TWiki collaboration platform\" border=\"0\" \\/><\\/a><\\/span>)"
}
]
}