From 9f2803b2b4c3d8a77035a8d4a0eab035cead004e Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 10 Mar 2023 17:33:41 +0100 Subject: [PATCH] added regex check to Intigriti --- sherlock/resources/data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 87449876..709e940f 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1114,6 +1114,7 @@ }, "Intigriti": { "errorType": "status_code", + "regexCheck": "[a-z0-9_]{1,25}", "request_method": "GET", "url": "https://app.intigriti.com/profile/{}", "urlMain": "https://app.intigriti.com",