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

13 lines
287 B
JSON

{
"name": "Inspectlet",
"website": "https://www.inspectlet.com/",
"matches": [
{
"regexp": "<!-- (?:Begin|End) Inspectlet Embed Code -->"
},
{
"search": "script",
"regexp": "cdn\\.inspectlet\\.com"
}
]
}