removed Ghost

pull/1414/head
Siddharth Dushantha 2 years ago
parent c61dac391c
commit 7fcdbc6827

@ -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…
Cancel
Save