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

27 lines
618 B
JSON

{
"name": "reCAPTCHA",
"website": "https://www.google.com/recaptcha/",
"matches": [
{
"regexp": "<div[^>]+id=\"recaptcha_image"
},
{
"regexp": "<link[^>]+recaptcha"
},
{
"regexp": "<div[^>]+class=\"g-recaptcha\""
},
{
"search": "script",
"regexp": "api-secure\\.recaptcha\\.net"
},
{
"search": "script",
"regexp": "recaptcha_ajax\\.js"
},
{
"search": "script",
"regexp": "/recaptcha/api\\.js"
}
]
}