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

13 lines
248 B
JSON

{
"name": "Webflow",
"website": "https://webflow.com",
"matches": [
{
"regexp": "<html[^>]+data-wf-site"
},
{
"search": "meta[generator]",
"regexp": "Webflow"
}
]
}