mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-14 16:27:10 +00:00
removed Countable
This commit is contained in:
parent
29a07eb672
commit
183aa3d636
3 changed files with 20 additions and 7 deletions
|
@ -733,4 +733,11 @@
|
|||
"username_claimed": "hello",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Countable": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.countable.us/{}",
|
||||
"urlMain": "https://www.countable.us/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1403,3 +1403,16 @@ As og 2022-05-01, Smashcast is down
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Countable
|
||||
|
||||
As og 2022-05-01, Countable returns false positives
|
||||
```
|
||||
"Countable": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.countable.us/{}",
|
||||
"urlMain": "https://www.countable.us/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
|
|
@ -463,13 +463,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Countable": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.countable.us/{}",
|
||||
"urlMain": "https://www.countable.us/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Cracked": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://www.cracked.com/",
|
||||
|
|
Loading…
Reference in a new issue