mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
commit
866174d821
4 changed files with 15 additions and 22 deletions
|
@ -541,13 +541,6 @@
|
|||
"urlMain": "https://gab.com",
|
||||
"username_claimed": "a"
|
||||
},
|
||||
"Venmo": {
|
||||
"errorMsg": "The profile you're looking for isn't available",
|
||||
"errorType": "message",
|
||||
"url": "https://venmo.com/u/{}",
|
||||
"urlMain": "https://venmo.com/",
|
||||
"username_claimed": "jenny"
|
||||
},
|
||||
"FanCentro": {
|
||||
"errorMsg": "var environment",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -1278,20 +1278,6 @@ As of 2022-05-01, Gab returns false positives because they now use CloudFlare
|
|||
},
|
||||
```
|
||||
|
||||
## Venmo
|
||||
|
||||
As of 2022-05-01, Venmo returns false positives
|
||||
```json
|
||||
"Venmo": {
|
||||
"errorMsg": "The profile you're looking for isn't available",
|
||||
"errorType": "message",
|
||||
"url": "https://venmo.com/u/{}",
|
||||
"urlMain": "https://venmo.com/",
|
||||
"username_claimed": "jenny",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## FanCentro
|
||||
|
||||
As of 2022-05-1, FanCentro returns false positives. Will later in new version of Sherlock.
|
||||
|
|
|
@ -1926,6 +1926,19 @@
|
|||
"urlMain": "https://forum.velomania.ru/",
|
||||
"username_claimed": "red"
|
||||
},
|
||||
"Venmo": {
|
||||
"errorMsg": [
|
||||
"Venmo | Page Not Found"
|
||||
],
|
||||
"errorType": "message",
|
||||
"headers": {
|
||||
"Host": "account.venmo.com"
|
||||
},
|
||||
"url": "https://account.venmo.com/u/{}",
|
||||
"urlMain": "https://venmo.com/",
|
||||
"urlProbe": "https://test1.venmo.com/u/{}",
|
||||
"username_claimed": "jenny"
|
||||
},
|
||||
"Vero": {
|
||||
"errorType": "status_code",
|
||||
"request_method": "GET",
|
||||
|
|
3
sites.md
3
sites.md
|
@ -1,4 +1,4 @@
|
|||
## List Of Supported Sites (382 Sites In Total!)
|
||||
## List Of Supported Sites (383 Sites In Total!)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://2Dimensions.com/) [2Dimensions](https://2Dimensions.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=http://forum.3dnews.ru/) [3dnews](http://forum.3dnews.ru/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.7cups.com/) [7Cups](https://www.7cups.com/)
|
||||
|
@ -283,6 +283,7 @@
|
|||
1. ![](https://www.google.com/s2/favicons?domain=https://vk.com/) [VK](https://vk.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://vsco.co/) [VSCO](https://vsco.co/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://forum.velomania.ru/) [Velomania](https://forum.velomania.ru/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://venmo.com/) [Venmo](https://venmo.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://vero.co/) [Vero](https://vero.co/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://vimeo.com/) [Vimeo](https://vimeo.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://virgool.io/) [Virgool](https://virgool.io/)
|
||||
|
|
Loading…
Reference in a new issue