mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 22:00:27 +00:00
Merge pull request #208 from sherlock-project/hoadlck-site-list-update2
Fix Broken Sites
This commit is contained in:
commit
068464b9e3
4 changed files with 138 additions and 141 deletions
|
@ -45,7 +45,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
|
|||
[--proxy PROXY_URL] [--json JSON_FILE]
|
||||
USERNAMES [USERNAMES ...]
|
||||
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.6.2)
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.6.3)
|
||||
|
||||
positional arguments:
|
||||
USERNAMES One or more usernames to check with social networks.
|
||||
|
|
|
@ -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.6.2"
|
||||
__version__ = "0.6.3"
|
||||
amount = 0
|
||||
|
||||
BANNER = r'''
|
||||
|
|
4
sites.md
4
sites.md
|
@ -125,7 +125,7 @@
|
|||
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/)
|
||||
127. [Fandom](https://www.fandom.com/)
|
||||
128. [Wikipedia](https://www.wikipedia.org/)
|
||||
129. [Wix](https://wix.com/)
|
||||
130. [WordPress](https://wordpress.com)
|
||||
|
@ -137,4 +137,4 @@
|
|||
136. [iMGSRC.RU](https://imgsrc.ru/)
|
||||
137. [last.fm](https://last.fm/)
|
||||
|
||||
Alexa.com rank data fetched at (2019-05-28 12:24:44.944984 UTC)
|
||||
Alexa.com rank data fetched at (2019-06-08 14:24:33.626484 UTC)
|
||||
|
|
Loading…
Reference in a new issue