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

23 lines
871 B
JSON

{
"name": "CommonSpot",
"author": "Tonmoy Saikia, Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "The CommonSpot Web content management solution (Web CMS) increases the value of content by creating engaging Web experiences that generate high impact results.",
"website": "http://www.paperthin.com/",
"matches": [
{
"regexp": "(?-mix:<meta[^>]+name=\"Generator\"[^>]+content=\"CommonSpot[^\"]+\"[^>]*\\/>)"
},
{
"regexp": "(?-mix:<img[^>]+src=\"[^\"]+commonspot[^\"]+\"[^>]*\\/>)"
},
{
"regexp": "(?-mix:<link[^>]+href=\"[^\"]commonspot\\/commonspot\\.css\"[^>]+\\/>)"
},
{
"regexp": "(?-mix:<meta[^>]+name=\"Generator\"[^>]+content=\"CommonSpot[^\\d^\"]+([\\d\\.]+)\"[^>]*\\/>)",
"offset": 1
}
]
}