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

14 lines
330 B
JSON

{
"name": "hCaptcha",
"website": "https://www.hcaptcha.com/",
"matches": [
{
"regexp": "<style[^>]+[^<]+#cf-hcaptcha-container[^<]+</style>"
},
{
"search": "script",
"regexp": "https://hcaptcha.com/([\\d]+?)/api.js",
"offset": 1
}
]
}