mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 20:33:06 +00:00
Merge pull request #197 from sherlock-project/hoadlck-prune-dead-sites
Prune StreamMe And Google Plus From Site List
This commit is contained in:
commit
a4b264d262
5 changed files with 129 additions and 107 deletions
|
@ -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.9)
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.5.10)
|
||||
|
||||
positional arguments:
|
||||
USERNAMES One or more usernames to check with social networks.
|
||||
|
|
16
data.json
16
data.json
|
@ -422,14 +422,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Google Plus": {
|
||||
"errorType": "status_code",
|
||||
"rank": 1,
|
||||
"url": "https://plus.google.com/+{}",
|
||||
"urlMain": "https://plus.google.com/",
|
||||
"username_claimed": "davidbrin1",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Gravatar": {
|
||||
"errorType": "status_code",
|
||||
"rank": 5359,
|
||||
|
@ -912,14 +904,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"StreamMe": {
|
||||
"errorType": "status_code",
|
||||
"rank": 31702,
|
||||
"url": "https://www.stream.me/{}",
|
||||
"urlMain": "https://www.stream.me/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Taringa": {
|
||||
"errorMsg": "Lo que est\u00e1s buscando no est\u00e1 por aqu\u00ed.",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -5,6 +5,26 @@ 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.
|
||||
|
||||
## StreamMe
|
||||
|
||||
On 2019-04-07, I get a Timed Out message from the website. It has not
|
||||
been working earlier either (for some weeks). It takes about 21s before
|
||||
the site finally times out, so it really makes getting the results from
|
||||
Sherlock a pain.
|
||||
|
||||
If the site becomes available in the future, we can put it back in.
|
||||
|
||||
```
|
||||
"StreamMe": {
|
||||
"errorType": "status_code",
|
||||
"rank": 31702,
|
||||
"url": "https://www.stream.me/{}",
|
||||
"urlMain": "https://www.stream.me/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## BlackPlanet
|
||||
|
||||
This site has always returned a false positive. The site returns the exact
|
||||
|
@ -38,3 +58,23 @@ Sherlock.
|
|||
"urlMain": "https://fotolog.com/"
|
||||
},
|
||||
```
|
||||
|
||||
## Google Plus
|
||||
|
||||
On 2019-04-02, Google shutdown Google Plus. While the content for some
|
||||
users is available after that point, it is going away. And, no one will
|
||||
be able to create a new account. So, there is no value is keeping it in
|
||||
Sherlock.
|
||||
|
||||
Good-bye [Google Plus](https://en.wikipedia.org/wiki/Google%2B)...
|
||||
|
||||
```
|
||||
"Google Plus": {
|
||||
"errorType": "status_code",
|
||||
"rank": 1,
|
||||
"url": "https://plus.google.com/+{}",
|
||||
"urlMain": "https://plus.google.com/",
|
||||
"username_claimed": "davidbrin1",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
|
|
@ -26,7 +26,7 @@ from torrequest import TorRequest
|
|||
from load_proxies import load_proxies_from_csv, check_proxy_list
|
||||
|
||||
module_name = "Sherlock: Find Usernames Across Social Networks"
|
||||
__version__ = "0.5.9"
|
||||
__version__ = "0.5.10"
|
||||
amount = 0
|
||||
|
||||
BANNER = r'''
|
||||
|
|
176
sites.md
176
sites.md
|
@ -1,4 +1,4 @@
|
|||
## List Of Supported Sites (137 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/)
|
||||
|
@ -49,92 +49,90 @@
|
|||
48. [GitLab](https://gitlab.com/)
|
||||
49. [Gitee](https://gitee.com/)
|
||||
50. [GoodReads](https://www.goodreads.com/)
|
||||
51. [Google Plus](https://plus.google.com/)
|
||||
52. [Gravatar](http://en.gravatar.com/)
|
||||
53. [Gumroad](https://www.gumroad.com/)
|
||||
54. [HackerNews](https://news.ycombinator.com/)
|
||||
55. [HackerOne](https://hackerone.com/)
|
||||
56. [House-Mixes.com](https://www.house-mixes.com/)
|
||||
57. [Houzz](https://houzz.com/)
|
||||
58. [HubPages](https://hubpages.com/)
|
||||
59. [IFTTT](https://www.ifttt.com/)
|
||||
60. [ImageShack](https://imageshack.us/)
|
||||
61. [Imgur](https://imgur.com/)
|
||||
62. [Instagram](https://www.instagram.com/)
|
||||
63. [Instructables](https://www.instructables.com/)
|
||||
64. [Investing.com](https://www.investing.com/)
|
||||
65. [Issuu](https://issuu.com/)
|
||||
66. [Itch.io](https://itch.io/)
|
||||
67. [Jimdo](https://jimdosite.com/)
|
||||
68. [Kaggle](https://www.kaggle.com/)
|
||||
69. [KanoWorld](https://world.kano.me/)
|
||||
70. [Keybase](https://keybase.io/)
|
||||
71. [Kik](http://kik.me/)
|
||||
72. [Kongregate](https://www.kongregate.com/)
|
||||
73. [Launchpad](https://launchpad.net/)
|
||||
74. [Letterboxd](https://letterboxd.com/)
|
||||
75. [LiveJournal](https://www.livejournal.com/)
|
||||
76. [Mastodon](https://mstdn.io/)
|
||||
77. [Medium](https://medium.com/)
|
||||
78. [MeetMe](https://www.meetme.com/)
|
||||
79. [MixCloud](https://www.mixcloud.com/)
|
||||
80. [MyAnimeList](https://myanimelist.net/)
|
||||
81. [NameMC (Minecraft.net skins)](https://namemc.com/)
|
||||
82. [Newgrounds](https://newgrounds.com)
|
||||
83. [Pastebin](https://pastebin.com/)
|
||||
84. [Patreon](https://www.patreon.com/)
|
||||
85. [Pexels](https://www.pexels.com/)
|
||||
86. [Photobucket](https://photobucket.com/)
|
||||
87. [Pinterest](https://www.pinterest.com/)
|
||||
88. [Pixabay](https://pixabay.com/)
|
||||
89. [Plug.DJ](https://plug.dj/)
|
||||
90. [ProductHunt](https://www.producthunt.com/)
|
||||
91. [Quora](https://www.quora.com/)
|
||||
92. [Rajce.net](https://www.rajce.idnes.cz/)
|
||||
93. [Reddit](https://www.reddit.com/)
|
||||
94. [Repl.it](https://repl.it/)
|
||||
95. [ReverbNation](https://www.reverbnation.com/)
|
||||
96. [Roblox](https://www.roblox.com/)
|
||||
97. [Scribd](https://www.scribd.com/)
|
||||
98. [Signal](https://community.signalusers.org)
|
||||
99. [Slack](https://slack.com)
|
||||
100. [SlideShare](https://slideshare.net/)
|
||||
101. [Smashcast](https://www.smashcast.tv/)
|
||||
102. [SoundCloud](https://soundcloud.com/)
|
||||
103. [SourceForge](https://sourceforge.net/)
|
||||
104. [Spotify](https://open.spotify.com/)
|
||||
105. [Star Citizen](https://robertsspaceindustries.com/)
|
||||
106. [Steam](https://steamcommunity.com/)
|
||||
107. [SteamGroup](https://steamcommunity.com/)
|
||||
108. [StreamMe](https://www.stream.me/)
|
||||
109. [Taringa](https://taringa.net/)
|
||||
110. [Telegram](https://t.me/)
|
||||
111. [Tinder](https://tinder.com/)
|
||||
112. [TradingView](https://www.tradingview.com/)
|
||||
113. [Trakt](https://www.trakt.tv/)
|
||||
114. [Trip](https://www.trip.skyscanner.com/)
|
||||
115. [TripAdvisor](https://tripadvisor.com/)
|
||||
116. [Twitch](https://www.twitch.tv/)
|
||||
117. [Twitter](https://www.twitter.com/)
|
||||
118. [Unsplash](https://unsplash.com/)
|
||||
119. [VK](https://vk.com/)
|
||||
120. [VSCO](https://vsco.co/)
|
||||
121. [Venmo](https://venmo.com/)
|
||||
122. [Vimeo](https://vimeo.com/)
|
||||
123. [VirusTotal](https://www.virustotal.com/)
|
||||
124. [Wattpad](https://www.wattpad.com/)
|
||||
125. [We Heart It](https://weheartit.com/)
|
||||
126. [WebNode](https://www.webnode.cz/)
|
||||
127. [Wikia](http://www.wikia.com/)
|
||||
128. [Wikipedia](https://www.wikipedia.org/)
|
||||
129. [Wix](https://wix.com/)
|
||||
130. [WordPress](https://wordpress.com)
|
||||
131. [YouNow](https://www.younow.com/)
|
||||
132. [YouPic](https://youpic.com/)
|
||||
133. [YouTube](https://www.youtube.com/)
|
||||
134. [Zhihu](https://www.zhihu.com/)
|
||||
135. [devRant](https://devrant.com/)
|
||||
136. [iMGSRC.RU](https://imgsrc.ru/)
|
||||
137. [last.fm](https://last.fm/)
|
||||
51. [Gravatar](http://en.gravatar.com/)
|
||||
52. [Gumroad](https://www.gumroad.com/)
|
||||
53. [HackerNews](https://news.ycombinator.com/)
|
||||
54. [HackerOne](https://hackerone.com/)
|
||||
55. [House-Mixes.com](https://www.house-mixes.com/)
|
||||
56. [Houzz](https://houzz.com/)
|
||||
57. [HubPages](https://hubpages.com/)
|
||||
58. [IFTTT](https://www.ifttt.com/)
|
||||
59. [ImageShack](https://imageshack.us/)
|
||||
60. [Imgur](https://imgur.com/)
|
||||
61. [Instagram](https://www.instagram.com/)
|
||||
62. [Instructables](https://www.instructables.com/)
|
||||
63. [Investing.com](https://www.investing.com/)
|
||||
64. [Issuu](https://issuu.com/)
|
||||
65. [Itch.io](https://itch.io/)
|
||||
66. [Jimdo](https://jimdosite.com/)
|
||||
67. [Kaggle](https://www.kaggle.com/)
|
||||
68. [KanoWorld](https://world.kano.me/)
|
||||
69. [Keybase](https://keybase.io/)
|
||||
70. [Kik](http://kik.me/)
|
||||
71. [Kongregate](https://www.kongregate.com/)
|
||||
72. [Launchpad](https://launchpad.net/)
|
||||
73. [Letterboxd](https://letterboxd.com/)
|
||||
74. [LiveJournal](https://www.livejournal.com/)
|
||||
75. [Mastodon](https://mstdn.io/)
|
||||
76. [Medium](https://medium.com/)
|
||||
77. [MeetMe](https://www.meetme.com/)
|
||||
78. [MixCloud](https://www.mixcloud.com/)
|
||||
79. [MyAnimeList](https://myanimelist.net/)
|
||||
80. [NameMC (Minecraft.net skins)](https://namemc.com/)
|
||||
81. [Newgrounds](https://newgrounds.com)
|
||||
82. [Pastebin](https://pastebin.com/)
|
||||
83. [Patreon](https://www.patreon.com/)
|
||||
84. [Pexels](https://www.pexels.com/)
|
||||
85. [Photobucket](https://photobucket.com/)
|
||||
86. [Pinterest](https://www.pinterest.com/)
|
||||
87. [Pixabay](https://pixabay.com/)
|
||||
88. [Plug.DJ](https://plug.dj/)
|
||||
89. [ProductHunt](https://www.producthunt.com/)
|
||||
90. [Quora](https://www.quora.com/)
|
||||
91. [Rajce.net](https://www.rajce.idnes.cz/)
|
||||
92. [Reddit](https://www.reddit.com/)
|
||||
93. [Repl.it](https://repl.it/)
|
||||
94. [ReverbNation](https://www.reverbnation.com/)
|
||||
95. [Roblox](https://www.roblox.com/)
|
||||
96. [Scribd](https://www.scribd.com/)
|
||||
97. [Signal](https://community.signalusers.org)
|
||||
98. [Slack](https://slack.com)
|
||||
99. [SlideShare](https://slideshare.net/)
|
||||
100. [Smashcast](https://www.smashcast.tv/)
|
||||
101. [SoundCloud](https://soundcloud.com/)
|
||||
102. [SourceForge](https://sourceforge.net/)
|
||||
103. [Spotify](https://open.spotify.com/)
|
||||
104. [Star Citizen](https://robertsspaceindustries.com/)
|
||||
105. [Steam](https://steamcommunity.com/)
|
||||
106. [SteamGroup](https://steamcommunity.com/)
|
||||
107. [Taringa](https://taringa.net/)
|
||||
108. [Telegram](https://t.me/)
|
||||
109. [Tinder](https://tinder.com/)
|
||||
110. [TradingView](https://www.tradingview.com/)
|
||||
111. [Trakt](https://www.trakt.tv/)
|
||||
112. [Trip](https://www.trip.skyscanner.com/)
|
||||
113. [TripAdvisor](https://tripadvisor.com/)
|
||||
114. [Twitch](https://www.twitch.tv/)
|
||||
115. [Twitter](https://www.twitter.com/)
|
||||
116. [Unsplash](https://unsplash.com/)
|
||||
117. [VK](https://vk.com/)
|
||||
118. [VSCO](https://vsco.co/)
|
||||
119. [Venmo](https://venmo.com/)
|
||||
120. [Vimeo](https://vimeo.com/)
|
||||
121. [VirusTotal](https://www.virustotal.com/)
|
||||
122. [Wattpad](https://www.wattpad.com/)
|
||||
123. [We Heart It](https://weheartit.com/)
|
||||
124. [WebNode](https://www.webnode.cz/)
|
||||
125. [Wikia](http://www.wikia.com/)
|
||||
126. [Wikipedia](https://www.wikipedia.org/)
|
||||
127. [Wix](https://wix.com/)
|
||||
128. [WordPress](https://wordpress.com)
|
||||
129. [YouNow](https://www.younow.com/)
|
||||
130. [YouPic](https://youpic.com/)
|
||||
131. [YouTube](https://www.youtube.com/)
|
||||
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-04-07 16:13:19.251369 UTC)
|
||||
Alexa.com rank data fetched at (2019-04-08 01:50:21.202067 UTC)
|
||||
|
|
Loading…
Reference in a new issue