From 0b7d925b5097093a2a42675bb5dcfba0532b29cc Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 11 Nov 2024 19:44:14 -0500 Subject: [PATCH] fix: F-/F+ Generic --- sherlock_project/resources/data.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 12914b11..bbfb8b21 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -752,7 +752,12 @@ "username_claimed": "finanzfrage" }, "Fiverr": { - "errorType": "status_code", + "errorMsg": "\"status\":\"success\"", + "errorType": "message", + "headers": { + "Content-Type": "application/json", + "Accept-Language": "en-US,en;q=0.9" + }, "regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$", "request_method": "POST", "request_payload": { @@ -1296,7 +1301,7 @@ "errorType": "status_code", "url": "https://lichess.org/@/{}", "urlMain": "https://lichess.org", - "username_claimed": "blue" + "username_claimed": "john" }, "LinkedIn": { "errorType": "status_code",