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

23 lines
551 B
JSON

{
"name": "Shapecss",
"website": "https://shapecss.com",
"matches": [
{
"regexp": "<link[^>]* href=\"[^\"]*shapecss(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "shapecss[-.]([\\d.]*\\d)[^/]*\\.js",
"offset": 1
},
{
"search": "script",
"regexp": "/([\\d.]+)/shapecss(?:\\.min)?\\.js",
"offset": 1
},
{
"search": "script",
"regexp": "shapecss.*\\.js"
}
]
}