From d8aaeea1684d774de793d031eb16f100054324ad Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 6 May 2024 01:09:31 -0400 Subject: [PATCH] Add regex --- sherlock/resources/data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 4ff705b..75450f4 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -93,6 +93,7 @@ "LinkedIn": { "url": "https://linkedin.com/in/{}", "urlMain": "https://linkedin.com", + "regexCheck": "^[a-zA-Z0-9]{3,100}$", "request_method": "GET", "errorType": "status_code", "headers": {