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": [
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",
"js": {
"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/"
},
"sIFR": {

Loading…
Cancel
Save