mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
Remove Shockwave. Usernames that exist give a 503 "Service Unavailable" HTTP Status.
This commit is contained in:
parent
82760b7a74
commit
e0bf74ccd1
3 changed files with 26 additions and 9 deletions
|
@ -1088,15 +1088,6 @@
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"Shockwave": {
|
|
||||||
"errorMsg": "Oh no! You just finished all of the games on the internet!",
|
|
||||||
"errorType": "message",
|
|
||||||
"rank": 35916,
|
|
||||||
"url": "http://www.shockwave.com/member/profiles/{}.jsp",
|
|
||||||
"urlMain": "http://www.shockwave.com/",
|
|
||||||
"username_claimed": "blue",
|
|
||||||
"username_unclaimed": "noonewouldeverusethis"
|
|
||||||
},
|
|
||||||
"Signal": {
|
"Signal": {
|
||||||
"errorMsg": "Oops! That page doesn\u2019t exist or is private.",
|
"errorMsg": "Oops! That page doesn\u2019t exist or is private.",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
|
|
@ -106,6 +106,15 @@
|
||||||
"username_claimed": "powershellteam",
|
"username_claimed": "powershellteam",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
|
"Shockwave": {
|
||||||
|
"errorMsg": "Oh no! You just finished all of the games on the internet!",
|
||||||
|
"errorType": "message",
|
||||||
|
"rank": 35916,
|
||||||
|
"url": "http://www.shockwave.com/member/profiles/{}.jsp",
|
||||||
|
"urlMain": "http://www.shockwave.com/",
|
||||||
|
"username_claimed": "blue",
|
||||||
|
"username_unclaimed": "noonewouldeverusethis"
|
||||||
|
},
|
||||||
"StreamMe": {
|
"StreamMe": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"rank": 31702,
|
"rank": 31702,
|
||||||
|
|
|
@ -6,6 +6,23 @@ They are listed here in the hope that things may change in the future
|
||||||
so they may be re-included.
|
so they may be re-included.
|
||||||
|
|
||||||
|
|
||||||
|
## Shockwave
|
||||||
|
|
||||||
|
As of 2019-11-28, usernames that exist give a 503 "Service Unavailable"
|
||||||
|
HTTP Status.
|
||||||
|
|
||||||
|
```
|
||||||
|
"Shockwave": {
|
||||||
|
"errorMsg": "Oh no! You just finished all of the games on the internet!",
|
||||||
|
"errorType": "message",
|
||||||
|
"rank": 35916,
|
||||||
|
"url": "http://www.shockwave.com/member/profiles/{}.jsp",
|
||||||
|
"urlMain": "http://www.shockwave.com/",
|
||||||
|
"username_claimed": "blue",
|
||||||
|
"username_unclaimed": "noonewouldeverusethis"
|
||||||
|
},
|
||||||
|
```
|
||||||
|
|
||||||
## Foursquare
|
## Foursquare
|
||||||
|
|
||||||
Usernames that exist are not detected.
|
Usernames that exist are not detected.
|
||||||
|
|
Loading…
Add table
Reference in a new issue