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

14 lines
292 B
JSON

{
"name": "NVD3",
"website": "http://nvd3.org",
"matches": [
{
"regexp": "<link[^>]* href=[^>]+nv\\.d3(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "nv\\.d3(?:\\.min)?\\.js"
}
],
"implies": "D3"
}