From a781dda2f9e9abfc26ce2e51ea5dcbedb4f8f465 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 5 Aug 2018 02:56:24 +0200 Subject: [PATCH] Improve a bit recpatcha's detection (#2402) This can be verified [here](https://www.wappalyzer.com/datasets) --- src/apps.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 5df65b70d..1c2204865 100644 --- a/src/apps.json +++ b/src/apps.json @@ -12273,12 +12273,21 @@ "cats": [ 16 ], - "html": "(?:]+id=\"recaptcha_image|]+recaptcha|document\\.getElementById\\('recaptcha')", + "html": [ + "]+id=\"recaptcha_image", + "]+recaptcha", + "]+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": {