mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-14 16:27:10 +00:00
removed Ghost
This commit is contained in:
parent
c61dac391c
commit
7fcdbc6827
3 changed files with 22 additions and 9 deletions
|
@ -727,7 +727,7 @@
|
|||
"urlMain": "https://www.pinterest.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis76543"
|
||||
}
|
||||
},
|
||||
"PCPartPicker": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://pcpartpicker.com/user/{}",
|
||||
|
@ -751,4 +751,12 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Ghost": {
|
||||
"errorMsg": "Domain Error",
|
||||
"errorType": "message",
|
||||
"url": "https://{}.ghost.io/",
|
||||
"urlMain": "https://ghost.org/",
|
||||
"username_claimed": "troyhunt",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1502,4 +1502,17 @@ As of 17-07-2022, Ebay is very slow to respond. It was also reported that it ret
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Ghost
|
||||
As of 17-07-2022, Ghost returns false positives
|
||||
```
|
||||
"Ghost": {
|
||||
"errorMsg": "Domain Error",
|
||||
"errorType": "message",
|
||||
"url": "https://{}.ghost.io/",
|
||||
"urlMain": "https://ghost.org/",
|
||||
"username_claimed": "troyhunt",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
```
|
|
@ -789,14 +789,6 @@
|
|||
"username_claimed": "Upneet.Grover17",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Ghost": {
|
||||
"errorMsg": "Domain Error",
|
||||
"errorType": "message",
|
||||
"url": "https://{}.ghost.io/",
|
||||
"urlMain": "https://ghost.org/",
|
||||
"username_claimed": "troyhunt",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Giphy": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://giphy.com/{}",
|
||||
|
|
Loading…
Reference in a new issue