From 2575450befbe2886f946c9b598727c31e8b87d76 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 7 May 2024 00:22:12 -0400 Subject: [PATCH 1/3] Add BugCrowd --- sherlock/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index f089a8a..c9efac2 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1483,6 +1483,12 @@ "urlMain": "https://ninjakiwi.com/", "username_claimed": "Kyruko" }, + "BugCrowd": { + "url": "https://bugcrowd.com/{}", + "urlMain": "https://bugcrowd.com/", + "errorType": "status_code", + "username_claimed": "ppfeister" + }, "NintendoLife": { "errorType": "status_code", "url": "https://www.nintendolife.com/users/{}", From 7370a4dcdad246d08d8849f7e26a2f949038e530 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 7 May 2024 00:30:50 -0400 Subject: [PATCH 2/3] Restore SteamID Seems to work now. May need to be adapted for regional issues. Closes sherlock-project/sherlock#1815 Closes sherlock-project/sherlock#1848 --- removed_sites.json | 7 ------- removed_sites.md | 15 --------------- sherlock/resources/data.json | 9 ++++++++- 3 files changed, 8 insertions(+), 23 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index b476969..1b107e5 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -559,13 +559,6 @@ "urlMain": "https://open.spotify.com/", "username_claimed": "blue" }, - "Steam": { - "errorMsg": "The specified profile could not be found", - "errorType": "message", - "url": "https://steamcommunity.com/id/{}", - "urlMain": "https://steamcommunity.com/", - "username_claimed": "blue" - }, "Raidforums": { "errorType": "status_code", "url": "https://raidforums.com/User-{}", diff --git a/removed_sites.md b/removed_sites.md index 0f8897a..aff7509 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1088,21 +1088,6 @@ As of 2021-06-27, NameMC uses captcha through CloudFlare which prevents us from }, ``` -## SteamID - -As of 2021-06-27, Steam uses captcha through CloudFlare which prevents us from checking if usernames exists on the site. -```json - "Steamid": { - "errorMsg": "", - "errorType": "message", - "url": "https://steamid.uk/profile/{}", - "urlMain": "https://steamid.uk/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - } -``` - - ## TripAdvisor As of 2021-06-27, Trip takes too long to return a response. As of now, the reason is not known. diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index c9efac2..1e78aa9 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1964,13 +1964,20 @@ "urlMain": "https://robertsspaceindustries.com/", "username_claimed": "blue" }, - "SteamGroup": { + "Steam Community (Group)": { "errorMsg": "No group could be retrieved for the given URL", "errorType": "message", "url": "https://steamcommunity.com/groups/{}", "urlMain": "https://steamcommunity.com/", "username_claimed": "blue" }, + "Steam Community (SteamID)": { + "url": "https://steamcommunity.com/id/{}/", + "urlMain": "https://steamcommunity.com/", + "username_claimed": "blue", + "errorType": "message", + "errorMsg":"The specified profile could not be found" + }, "Strava": { "errorMsg": "Strava | Running, Cycling & Hiking App - Train, Track & Share", "errorType": "message", From 0a2978abeb4ed5a43550f0a256a2a6766283d77f Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 7 May 2024 01:58:53 -0400 Subject: [PATCH 3/3] Remove ~correct~ Steam from Removed_Sites --- removed_sites.md | 29 +++++++++++++++-------------- sherlock/resources/data.json | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/removed_sites.md b/removed_sites.md index aff7509..ed02655 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1088,6 +1088,21 @@ As of 2021-06-27, NameMC uses captcha through CloudFlare which prevents us from }, ``` +## SteamID + +As of 2021-06-27, Steam uses captcha through CloudFlare which prevents us from checking if usernames exists on the site. +```json + "Steamid": { + "errorMsg": "", + "errorType": "message", + "url": "https://steamid.uk/profile/{}", + "urlMain": "https://steamid.uk/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + } +``` + + ## TripAdvisor As of 2021-06-27, Trip takes too long to return a response. As of now, the reason is not known. @@ -1296,20 +1311,6 @@ As og 2022-05-01, Countable returns false positives }, ``` -## Steam - -As og 2022-05-01, Steam returns false positives -```json - "Steam": { - "errorMsg": "The specified profile could not be found", - "errorType": "message", - "url": "https://steamcommunity.com/id/{}", - "urlMain": "https://steamcommunity.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, -``` - ## Raidforums Raidforums is [now run by the FBI](https://twitter.com/janomine/status/1499453777648234501?s=21) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 1e78aa9..0f4f4d1 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1971,7 +1971,7 @@ "urlMain": "https://steamcommunity.com/", "username_claimed": "blue" }, - "Steam Community (SteamID)": { + "Steam Community (User)": { "url": "https://steamcommunity.com/id/{}/", "urlMain": "https://steamcommunity.com/", "username_claimed": "blue",