From c0271e4a8bf2d4d0729a81e2e4b51cd11b1ef73e Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 13 Mar 2023 12:06:35 +0100 Subject: [PATCH] added regexCheck and urlProbe --- sherlock/resources/data.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 5f98c33..3ca0977 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2063,9 +2063,12 @@ "username_claimed": "blue" }, "TryHackMe": { - "errorType": "status_code", + "regexCheck": "^[a-zA-Z0-9.]{1,16}$", + "errorType": "message", + "errorMsg": "{\"success\":false}", "url": "https://tryhackme.com/p/{}", "urlMain": "https://tryhackme.com/", + "urlProbe": "https://tryhackme.com/api/user/exist/{}", "username_claimed": "ashu" }, "Tuna": {