Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/a18065c1a7b0f3cbfb98660b1ecf31d76521f87a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
2 deletions
@ -26,9 +26,10 @@ $ pip3 install -r requirements.txt
$ python3 sherlock.py --help
usage: sherlock.py [-h] [--version] [--verbose] [--quiet] [--tor]
[--unique-tor] [--csv] [--site SITE_NAME]
[--proxy PROXY_URL]
USERNAMES [USERNAMES ...]
Sherlock: Find Usernames Across Social Networks (Version 0.2 .0)
Sherlock: Find Usernames Across Social Networks (Version 0.4 .0)
positional arguments:
USERNAMES One or more usernames to check with social networks.
@ -47,6 +48,9 @@ optional arguments:
--csv Create Comma-Separated Values (CSV) File.
--site SITE_NAME Limit analysis to just the listed sites. Add multiple
options to specify more than one site.
--proxy PROXY_URL, -p PROXY_URL
Make requests over a proxy. e.g.
socks5://127.0.0.1:1080
```
For example, run ```python3 sherlock.py user123```, and all of the accounts
@ -24,7 +24,7 @@ from requests_futures.sessions import FuturesSession
from torrequest import TorRequest
module_name = " Sherlock: Find Usernames Across Social Networks "
__version__ = " 0. 3 .0"
__version__ = " 0. 4 .0"
amount = 0
BANNER = r '''