Skip to content

Commit

Permalink
Merge pull request #2104 from ppfeister/feature/new-targets
Browse files Browse the repository at this point in the history
Add BugCrowd, SteamID
  • Loading branch information
sdushantha committed May 7, 2024
2 parents f5796c2 + 0a2978a commit 5c7debe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 22 deletions.
7 changes: 0 additions & 7 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-{}",
Expand Down
14 changes: 0 additions & 14 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1311,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)
Expand Down
15 changes: 14 additions & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/{}",
Expand Down Expand Up @@ -1958,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 (User)": {
"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",
Expand Down

0 comments on commit 5c7debe

Please sign in to comment.