Skip to content

Commit

Permalink
Merge pull request sherlock-project#1211 from SethFalco/add-coil-post
Browse files Browse the repository at this point in the history
coil: add site back via post request
  • Loading branch information
sdushantha authored Dec 11, 2021
2 parents c17e3f4 + d871a93 commit 43ea13f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 22 deletions.
8 changes: 0 additions & 8 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,14 +637,6 @@
"username_claimed": "TheMorozko",
"username_unclaimed": "noonewouldeverusethis7"
},
"Coil": {
"errorMsg": "Whoops, the thing you were looking for isn't here",
"errorType": "message",
"url": "https://coil.com/u/{}",
"urlMain": "https://coil.com/",
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis7"
},
"TM-Ladder": {
"errorMsg": "player unknown or invalid",
"errorType": "message",
Expand Down
14 changes: 0 additions & 14 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1239,20 +1239,6 @@ As of 2021-11-21, 1337x seems to be down causing false positives.
}
```

### Coil
As of 2021-11-26, Coil is returning false positives.

```
"Coil": {
"errorMsg": "Whoops, the thing you were looking for isn't here",
"errorType": "message",
"url": "https://coil.com/u/{}",
"urlMain": "https://coil.com/",
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis7"
}
```

### TM-Ladder
As of 2021-11-30, TM-Ladder is returning false positives due to rate limits.

Expand Down
17 changes: 17 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,23 @@
"username_claimed": "example",
"username_unclaimed": "noonewouldeverusethis7"
},
"Coil": {
"errorMsg": "User not found",
"errorType": "message",
"request_method": "POST",
"request_payload": {
"operationName": "getCreator",
"query": "query getCreator($userShortName:String!){getCreator(userShortName:$userShortName){id}}",
"variables": {
"userShortName": "{}"
}
},
"url": "https://coil.com/u/{}",
"urlMain": "https://coil.com/",
"urlProbe": "https://coil.com/gateway",
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis7"
},
"ColourLovers": {
"errorType": "status_code",
"url": "https://www.colourlovers.com/lover/{}",
Expand Down
1 change: 1 addition & 0 deletions sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
1. [Codechef](https://www.codechef.com/)
1. [Codepen](https://codepen.io/)
1. [Codewars](https://www.codewars.com)
1. [Coil](https://coil.com/)
1. [ColourLovers](https://www.colourlovers.com/)
1. [Contently](https://contently.com/)
1. [Coroflot](https://coroflot.com/)
Expand Down

0 comments on commit 43ea13f

Please sign in to comment.