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

23 lines
708 B
JSON

{
"name": "DynamicWeb",
"author": "Guillaume Delacour <gui@iroqwa.org>",
"version": "0.1",
"description": "Dynamicweb is the All-In-One Platform for Content Management, Ecommerce, Digital Marketing and Integration.",
"website": "https://dynamicweb.com/",
"matches": [
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"Dynamicweb ([^\\s]+)\")",
"offset": 1
},
{
"certainty": 100,
"regexp": "(?-mix:\\(c\\) 1999-(20[\\d]{2}) Dynamicweb Software A\\/S)"
},
{
"certainty": 75,
"search": "headers[set-cookie]",
"regexp": "(?-mix:Dynamicweb)"
}
]
}