Merge pull request #190 from sherlock-project/hoadlck-site-list-update

Site List Update
This commit is contained in:
Christopher Kent Hoadley
2019-03-11 06:34:55 -05:00
committed by GitHub
4 changed files with 198 additions and 150 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
[--proxy PROXY_URL] [--json JSON_FILE]
USERNAMES [USERNAMES ...]
Sherlock: Find Usernames Across Social Networks (Version 0.5.3)
Sherlock: Find Usernames Across Social Networks (Version 0.5.7)
positional arguments:
USERNAMES One or more usernames to check with social networks.
+127 -136
View File
File diff suppressed because it is too large Load Diff
+58
View File
@@ -0,0 +1,58 @@
# List Of Sites Removed From Sherlock
This is a list of sites implemented in such a way that the current design of
Sherlock is not capable of determining if a given username exists or not.
They are listed here in the hope that things may change in the future
so they may be re-included.
## Younow
Younow has changed their website (sometime before 2019-03-10) such that you
cannot see any user's profile unless you log in. So, it is now impossible to
probe for the existence of a username using the current strategy.
```
"Younow": {
"errorMsg": "pageTitle || 'YouNow - Broadcast Live",
"errorType": "message",
"rank": 13248,
"url": "https://www.younow.com/{}",
"urlMain": "https://www.younow.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```
## BlackPlanet
This site has always returned a false positive. The site returns the exact
same text for a claimed or an unclaimed username. The site must be rendering
all of the different content using Javascript in the browser. So, there is
no way distinguish between the results with the current design of Sherlock.
```
"BlackPlanet": {
"errorMsg": "My Hits",
"errorType": "message",
"rank": 110021,
"url": "http://blackplanet.com/{}",
"urlMain": "http://blackplanet.com/"
},
```
## Fotolog
Around 2019-02-09, I get a 502 HTTP error (bad gateway) for any access. On
2019-03-10, the site is up, but it is in maintenance mode.
It does not seem to be working, so there is no sense in including it in
Sherlock.
```
"Fotolog": {
"errorType": "status_code",
"rank": 47777,
"url": "https://fotolog.com/{}",
"urlMain": "https://fotolog.com/"
},
```
+12 -13
View File
@@ -1,4 +1,4 @@
## List Of Supported Sites (136 Sites In Total!)
## List Of Supported Sites (135 Sites In Total!)
1. [500px](https://500px.com/)
2. [9GAG](https://9gag.com/)
3. [About.me](https://about.me/)
@@ -29,12 +29,12 @@
28. [CreativeMarket](https://creativemarket.com/)
29. [Crevado](https://crevado.com/)
30. [Crunchyroll](https://www.crunchyroll.com/)
31. [DailyMotion](https://www.dailymotion.com/)
32. [Designspiration](https://www.designspiration.net/)
33. [DeviantART](https://deviantart.com)
34. [Disqus](https://disqus.com/)
35. [Dribbble](https://dribbble.com/)
36. [DEV Community](https://dev.to/)
31. [DEV Community](https://dev.to/)
32. [DailyMotion](https://www.dailymotion.com/)
33. [Designspiration](https://www.designspiration.net/)
34. [DeviantART](https://deviantart.com)
35. [Disqus](https://disqus.com/)
36. [Dribbble](https://dribbble.com/)
37. [EVE Online](https://eveonline.com)
38. [Ebay](https://www.ebay.com/)
39. [Ello](https://ello.co/)
@@ -130,10 +130,9 @@
129. [WordPress](https://wordpress.com)
130. [YouPic](https://youpic.com/)
131. [YouTube](https://www.youtube.com/)
132. [Younow](https://www.younow.com/)
133. [Zhihu](https://www.zhihu.com/)
134. [devRant](https://devrant.com/)
135. [iMGSRC.RU](https://imgsrc.ru/)
136. [last.fm](https://last.fm/)
132. [Zhihu](https://www.zhihu.com/)
133. [devRant](https://devrant.com/)
134. [iMGSRC.RU](https://imgsrc.ru/)
135. [last.fm](https://last.fm/)
Alexa.com rank data fetched at (2019-02-21 12:59:28.880085 UTC)
Alexa.com rank data fetched at (2019-03-11 11:30:43.392571 UTC)