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

14 lines
307 B
JSON

{
"name": "Epoch",
"website": "https://fastly.github.io/epoch",
"matches": [
{
"regexp": "<link[^>]+?href=\"[^\"]+epoch(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "epoch(?:\\.min)?\\.js"
}
],
"implies": "D3"
}