From 0526ea5b0dddd6428b250bd46e57866b90edea20 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 11 Dec 2021 16:31:37 +0100 Subject: [PATCH] brought back Fiverr --- removed_sites.json | 8 -------- removed_sites.md | 15 --------------- sherlock/resources/data.json | 16 +++++++++++++++- 3 files changed, 15 insertions(+), 24 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index a1399d2d..3710ed4c 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -374,14 +374,6 @@ "username_claimed": "blue", "username_unclaimed": "noneownsthisusername7" }, - "Fiverr": { - "errorType": "response_url", - "errorUrl": "https://www.fiverr.com/", - "url": "https://www.fiverr.com/{}", - "urlMain": "https://www.fiverr.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis" - }, "ImageShack": { "errorType": "response_url", "errorUrl": "https://imageshack.us/", diff --git a/removed_sites.md b/removed_sites.md index 7c13dd25..50ef0885 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -747,21 +747,6 @@ future once we find a better error detecting method. }, ``` -## Fiverr - -As of 2020-08-24, Fiverr now returns false positives, which was found when running the tests, but will most likley be added again in the near -future once we find a better error detecting method. -``` - "Fiverr": { - "errorType": "response_url", - "errorUrl": "https://www.fiverr.com/", - "url": "https://www.fiverr.com/{}", - "urlMain": "https://www.fiverr.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis" - }, -``` - ## ImageShack As of 2020-08-24, ImageShack now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method. diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index fc69e24d..a8332e51 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2452,5 +2452,19 @@ "urlMain": "https://www.zoomit.ir", "username_claimed": "kossher", "username_unclaimed": "noonewouldeverusethis7" - } + }, +"Fiverr": { + "errorType": "message", + "errorMsg": "\"status\":\"success\"", + "regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$", + "url": "https://www.fiverr.com/{}", + "urlMain": "https://www.fiverr.com/", + "urlProbe": "https://www.fiverr.com/validate_username", + "request_method": "POST", + "request_payload": { + "username": "{}" + }, + "username_claimed": "blueman", + "username_unclaimed": "noonewouldeveru" +} }