diff --git a/README.md b/README.md index 7189ad1..52152fa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sherlock.py b/sherlock.py index e3f7cc4..278d168 100644 --- a/sherlock.py +++ b/sherlock.py @@ -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'''