Improve a bit recpatcha's detection (#2402)

This can be verified [here](https://www.wappalyzer.com/datasets)
main
jvoisin 6 years ago committed by Elbert Alias
parent 97faf6b509
commit a781dda2f9

@ -12273,12 +12273,21 @@
"cats": [ "cats": [
16 16
], ],
"html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\('recaptcha')", "html": [
"<div[^>]+id=\"recaptcha_image",
"<link[^>]+recaptcha",
"<div[^>]+class=\"g-recaptcha\""
],
"icon": "reCAPTCHA.png", "icon": "reCAPTCHA.png",
"js": { "js": {
"Recaptcha": "",
"recaptcha": "" "recaptcha": ""
}, },
"script": "(?:api-secure\\.recaptcha\\.net|recaptcha_ajax\\.js)", "script": [
"api-secure\\.recaptcha\\.net",
"recaptcha_ajax\\.js",
"/recaptcha/api\\.js"
],
"website": "https://www.google.com/recaptcha/" "website": "https://www.google.com/recaptcha/"
}, },
"sIFR": { "sIFR": {

Loading…
Cancel
Save