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

14 lines
305 B
JSON

{
"name": "amCharts",
"website": "http://amcharts.com",
"matches": [
{
"regexp": "<svg[^>]*><desc>JavaScript chart by amCharts ([\\d.]*)",
"offset": 1
},
{
"search": "script",
"regexp": "amcharts.*\\.js"
}
]
}