mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 11:53:03 +00:00
Update outdated REAME.md
This commit is contained in:
parent
5d972a3138
commit
78ade00dee
2 changed files with 10 additions and 2 deletions
10
README.md
10
README.md
|
@ -43,7 +43,12 @@ optional arguments:
|
|||
--version Display version information and dependencies.
|
||||
--verbose, -v, -d, --debug
|
||||
Display extra debugging information and metrics.
|
||||
--quiet, -q Disable debugging information (Default Option).
|
||||
--folderoutput FOLDEROUTPUT, -fo FOLDEROUTPUT
|
||||
If using multiple usernames, the output of the results
|
||||
will be saved at this folder.
|
||||
--output OUTPUT, -o OUTPUT
|
||||
If using single username, the output of the result
|
||||
will be saved at this file.
|
||||
--tor, -t Make requests over TOR; increases runtime; requires
|
||||
TOR to be installed and in system path.
|
||||
--unique-tor, -u Make requests over TOR with new TOR circuit after each
|
||||
|
@ -55,6 +60,9 @@ optional arguments:
|
|||
--proxy PROXY_URL, -p PROXY_URL
|
||||
Make requests over a proxy. e.g.
|
||||
socks5://127.0.0.1:1080
|
||||
--json JSON_FILE, -j JSON_FILE
|
||||
Load data from a JSON file or an online, valid, JSON
|
||||
file.
|
||||
```
|
||||
|
||||
For example, run ```python3 sherlock.py user123```, and all of the accounts
|
||||
|
|
|
@ -348,7 +348,7 @@ def main():
|
|||
)
|
||||
parser.add_argument("--rank", "-r",
|
||||
action="store_true", dest="rank", default=False,
|
||||
help="Present websites ordered by their Alexa.com rank in popularity.")
|
||||
help="Present websites ordered by their Alexa.com global rank in popularity.")
|
||||
parser.add_argument("--folderoutput", "-fo", dest="folderoutput",
|
||||
help="If using multiple usernames, the output of the results will be saved at this folder."
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue