Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/a721ae22673f7869f3a25c48658356cf90ba7860 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from julio4/sherlock-documentation

Added documentation for similar usernames checks
pull/1444/merge
Siddharth Dushantha 3 years ago committed by GitHub
commit a721ae2267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,6 +59,7 @@ Sherlock: Find Usernames Across Social Networks (Version 0.14.2)
positional arguments:
USERNAMES One or more usernames to check with social networks.
Check similar usernames using {%} (replace to '_', '-', '.').
optional arguments:
-h, --help show this help message and exit

@ -551,7 +551,7 @@ def main():
parser.add_argument("username",
nargs="+", metavar="USERNAMES",
action="store",
help="One or more usernames to check with social networks."
help="One or more usernames to check with social networks. Check similar usernames using {%%} (replace to '_', '-', '.')."
)
parser.add_argument("--browse", "-b",
action="store_true", dest="browse", default=False,

Loading…
Cancel
Save