mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 11:53:03 +00:00
removed FanCentro
This commit is contained in:
parent
70a0c2261b
commit
053172b86f
3 changed files with 23 additions and 8 deletions
|
@ -684,5 +684,13 @@
|
|||
"urlMain": "https://venmo.com/",
|
||||
"username_claimed": "jenny",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"FanCentro": {
|
||||
"errorMsg": "var environment",
|
||||
"errorType": "message",
|
||||
"url": "https://fancentro.com/{}",
|
||||
"urlMain": "https://fancentro.com/",
|
||||
"username_claimed": "nielsrosanna",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1325,3 +1325,18 @@ As of 2022-05-01, Venmo returns false positives
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## FanCentro
|
||||
|
||||
As of 2022-05-1, FanCentro returns false positives. Will later in new version of Sherlock.
|
||||
|
||||
```
|
||||
"FanCentro": {
|
||||
"errorMsg": "var environment",
|
||||
"errorType": "message",
|
||||
"url": "https://fancentro.com/{}",
|
||||
"urlMain": "https://fancentro.com/",
|
||||
"username_claimed": "nielsrosanna",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
|
|
@ -648,14 +648,6 @@
|
|||
"username_claimed": "fameswap",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"FanCentro": {
|
||||
"errorMsg": "var environment",
|
||||
"errorType": "message",
|
||||
"url": "https://fancentro.com/{}",
|
||||
"urlMain": "https://fancentro.com/",
|
||||
"username_claimed": "nielsrosanna",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Fandom": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.fandom.com/u/{}",
|
||||
|
|
Loading…
Reference in a new issue