From ffb6d9bb266bac7aef69dd8e1918711eefb95fc2 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 21:17:09 +0100 Subject: [PATCH 01/15] added AdmireMe.Vip --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 871e9caa..9263ceed 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2587,5 +2587,13 @@ "url": "https://www.znanylekarz.pl/{}", "urlMain": "https://znanylekarz.pl", "username_claimed": "janusz-nowak" + }, + "AdmireMe.Vip": { + "errorType": "message", + "errorMsg": "Page Not Found", + "url": "https://admireme.vip/{}", + "urlMain": "https://admireme.vip/", + "username_claimed": "DemiDevil", + "isNSFW": true } } From 144464281b252a30535a4eabe2d677300fc09329 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 21:21:43 +0100 Subject: [PATCH 02/15] removed We Heart It --- removed_sites.json | 7 +++++++ removed_sites.md | 13 +++++++++++++ sherlock/resources/data.json | 7 ------- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 52130608..dc3f3a74 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -721,5 +721,12 @@ "urlMain": "https://www.kooapp.com", "urlProbe": "https://www.kooapp.com/apiV1/users/handle/{}/valid", "username_claimed": "john" + }, + "We Heart It": { + "errorMsg": "Oops! You've landed on a moving target!", + "errorType": "message", + "url": "https://weheartit.com/{}", + "urlMain": "https://weheartit.com/", + "username_claimed": "ventivogue" } } diff --git a/removed_sites.md b/removed_sites.md index c2207c6c..0d57ed90 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1631,4 +1631,17 @@ As of 15.02.2023, Koo returns false positives "urlProbe": "https://www.kooapp.com/apiV1/users/handle/{}/valid", "username_claimed": "john" } +``` + + +## We Heart It +As of 2022.02.25, WeHeartIt no longer allows us to check for usersnames through their website. Visiting their website leads to links to download the mobile application. A potential way of fixing this is to find API endpoints in the app +```json + "We Heart It": { + "errorMsg": "Oops! You've landed on a moving target!", + "errorType": "message", + "url": "https://weheartit.com/{}", + "urlMain": "https://weheartit.com/", + "username_claimed": "ventivogue" + } ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 9263ceed..d1063835 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1987,13 +1987,6 @@ "urlProbe": "https://www.wattpad.com/api/v3/users/{}/", "username_claimed": "Dogstho7951" }, - "We Heart It": { - "errorMsg": "Oops! You've landed on a moving target!", - "errorType": "message", - "url": "https://weheartit.com/{}", - "urlMain": "https://weheartit.com/", - "username_claimed": "ventivogue" - }, "WebNode": { "errorType": "status_code", "regexCheck": "^[a-zA-Z0-9@_-]$", From 58e9dcc01ddffdfe9adeaff30fa2e896a519625d Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 21:25:27 +0100 Subject: [PATCH 03/15] fixed NICommunityForum false positive, closes #1699 --- sherlock/resources/data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index d1063835..bff08aa6 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1210,11 +1210,11 @@ "username_claimed": "blue" }, "NICommunityForum": { - "errorMsg": "The specified member cannot be found", + "errorMsg": "The page you were looking for could not be found.", "errorType": "message", - "url": "https://www.native-instruments.com/forum/members?username={}", + "url": "https://community.native-instruments.com/profile/{}", "urlMain": "https://www.native-instruments.com/forum/", - "username_claimed": "blue" + "username_claimed": "jambert" }, "NationStates Nation": { "errorMsg": "Was this your nation? It may have ceased to exist due to inactivity, but can rise again!", From f70fe688f02ed76561b5414be8ad26aa1b3e3148 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 21:34:34 +0100 Subject: [PATCH 04/15] added Air Pilot Life --- sherlock/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index bff08aa6..41004ff6 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2588,5 +2588,12 @@ "urlMain": "https://admireme.vip/", "username_claimed": "DemiDevil", "isNSFW": true + }, + "Air Pilot Life": { + "errorType": "message", + "errorMsg": "Oops! That page doesn’t exist or is private", + "url": "https://airlinepilot.life/u/{}", + "urlMain": "https://airlinepilot.life/", + "username_claimed": "chris" } } From ee9fab537ab4454c499610d24e99bd38f682232f Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 21:37:38 +0100 Subject: [PATCH 05/15] added 8tracks --- sherlock/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 41004ff6..466ec141 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2595,5 +2595,12 @@ "url": "https://airlinepilot.life/u/{}", "urlMain": "https://airlinepilot.life/", "username_claimed": "chris" + }, + "8tracks": { + "errorType": "message", + "errorMsg": "This page has vanished", + "url": "https://8tracks.com/{}", + "urlMain": "https://8tracks.com/", + "username_claimed": "blue" } } From 22b780b43d0f6f3b77e4ac98d1f9d059aa64a379 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 21:41:29 +0100 Subject: [PATCH 06/15] added Weebly --- sherlock/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 466ec141..aaf78233 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2602,5 +2602,11 @@ "url": "https://8tracks.com/{}", "urlMain": "https://8tracks.com/", "username_claimed": "blue" + }, + "Weebly": { + "errorType": "status_code", + "url": "https://{}.weebly.com/", + "urlMain": "https://weebly.com/", + "username_claimed": "blue" } } From 2d4862093c6c0ec5a9a6d60d95d374e8e9db92fd Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 21:51:32 +0100 Subject: [PATCH 07/15] added Intigriti --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index aaf78233..e9e3cb19 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2608,5 +2608,13 @@ "url": "https://{}.weebly.com/", "urlMain": "https://weebly.com/", "username_claimed": "blue" + }, + "Intigriti": { + "errorType": "status_code", + "url": "https://app.intigriti.com/profile/{}", + "request_method": "GET", + "urlProbe": "https://api.intigriti.com/user/public/profile/{}", + "urlMain": "https://app.intigriti.com", + "username_claimed": "blue" } } From 36a38b685272450ae39adcec7c94bdc94a7c6fdc Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 21:59:51 +0100 Subject: [PATCH 08/15] added All Things Worn --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index e9e3cb19..9a9ff206 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2616,5 +2616,13 @@ "urlProbe": "https://api.intigriti.com/user/public/profile/{}", "urlMain": "https://app.intigriti.com", "username_claimed": "blue" + }, + "All Things Worn": { + "errorType": "message", + "errorMsg": "Sell Used Panties", + "url": "https://www.allthingsworn.com/profile/{}", + "urlMain": "https://www.allthingsworn.com", + "username_claimed": "pink", + "isNSFW": true } } From 05c41df30c4190ae4f5a78a57540ae07785fab3a Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 22:02:49 +0100 Subject: [PATCH 09/15] added Amino --- sherlock/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 9a9ff206..dd30d2ca 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2624,5 +2624,11 @@ "urlMain": "https://www.allthingsworn.com", "username_claimed": "pink", "isNSFW": true + }, + "Amino": { + "errorType": "status_code", + "url": "https://aminoapps.com/u/{}", + "urlMain": "https://aminoapps.com", + "username_claimed": "blue" } } From 6d809c97b643315614d69c8f07d72edaa5243bd8 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 22:09:17 +0100 Subject: [PATCH 10/15] added APClips --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index dd30d2ca..ec0530c2 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2630,5 +2630,13 @@ "url": "https://aminoapps.com/u/{}", "urlMain": "https://aminoapps.com", "username_claimed": "blue" + }, + "APClips": { + "errorType": "message", + "errorMsg": "Amateur Porn Content Creators", + "url": "https://apclips.com/{}", + "urlMain": "https://apclips.com/", + "username_claimed": "onlybbyraq", + "isNSFW": true } } From f9bdb06c0d7ef3d45fe67eb512d31116d50e0283 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 22:37:18 +0100 Subject: [PATCH 11/15] added Chaos --- sherlock/resources/data.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index ec0530c2..4cbb3f21 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2638,5 +2638,18 @@ "urlMain": "https://apclips.com/", "username_claimed": "onlybbyraq", "isNSFW": true + }, + "BandLab": { + "errorType": "message", + "errorMsg": "User not found", + "url": "https://www.bandlab.com/{}", + "urlMain": "https://www.bandlab.com/", + "username_claimed": "blue" + }, + "Chaos": { + "errorType": "status_code", + "url": "https://chaos.social/@{}", + "urlMain": "https://chaos.social/", + "username_claimed": "ordnung" } } From 8c53a3f7877eea8dad65cb48f74501d1f20a3a12 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 22:42:37 +0100 Subject: [PATCH 12/15] added Clapper --- sherlock/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 4cbb3f21..fe8c93a5 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2651,5 +2651,11 @@ "url": "https://chaos.social/@{}", "urlMain": "https://chaos.social/", "username_claimed": "ordnung" + }, + "Clapper": { + "errorType": "status_code", + "url": "https://clapperapp.com/{}", + "urlMain": "https://clapperapp.com/", + "username_claimed": "blue" } } From 9e936b39719d7d9e91bc93c952d8677b9662ead0 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 22:51:26 +0100 Subject: [PATCH 13/15] added Coderwall --- sherlock/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index fe8c93a5..45e3c3ce 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2657,5 +2657,11 @@ "url": "https://clapperapp.com/{}", "urlMain": "https://clapperapp.com/", "username_claimed": "blue" + }, + "Coderwall": { + "errorType": "status_code", + "url": "https://coderwall.com/{}", + "urlMain": "https://coderwall.com", + "username_claimed": "hacker" } } From 913702a04e05e9a64753121b4edc9e6485becb7a Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 22:54:05 +0100 Subject: [PATCH 14/15] adde Code Snippet Wiki --- sherlock/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 45e3c3ce..ca7ebb4f 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2663,5 +2663,12 @@ "url": "https://coderwall.com/{}", "urlMain": "https://coderwall.com", "username_claimed": "hacker" + }, + "Code Snippet Wiki": { + "errorType": "message", + "errorMsg": "This user has not filled out their profile page yet", + "url": "https://codesnippets.fandom.com/wiki/User:{}", + "urlMain": "https://codesnippets.fandom.com", + "username_claimed": "bob" } } From 0a255da8cb0dd1e8adcf2c0e31b4eea5aa912504 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 23:05:15 +0100 Subject: [PATCH 15/15] removed Bandlab --- sherlock/resources/data.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index ca7ebb4f..e7d7f92e 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2639,13 +2639,6 @@ "username_claimed": "onlybbyraq", "isNSFW": true }, - "BandLab": { - "errorType": "message", - "errorMsg": "User not found", - "url": "https://www.bandlab.com/{}", - "urlMain": "https://www.bandlab.com/", - "username_claimed": "blue" - }, "Chaos": { "errorType": "status_code", "url": "https://chaos.social/@{}",