diff --git a/README.md b/README.md index 474a68b..a455f14 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--proxy PROXY_URL] [--json JSON_FILE] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.4.0) +Sherlock: Find Usernames Across Social Networks (Version 0.5.0) positional arguments: USERNAMES One or more usernames to check with social networks. @@ -94,6 +94,12 @@ Or you can simply use "Docker Hub" to run `sherlock`: docker run theyahya/sherlock user123 ``` +## Adding New Sites + +Please look at the Wiki entry on +[adding new sites](https://github.com/TheYahya/sherlock/wiki/Adding-Sites-To-Sherlock) +to understand the issues. + ## Tests If you are contributing to Sherlock, then Thank You! diff --git a/sherlock.py b/sherlock.py index e7a4472..9d63f9c 100644 --- a/sherlock.py +++ b/sherlock.py @@ -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.4.6" +__version__ = "0.5.0" amount = 0 BANNER = r'''