mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-18 05:28:29 +00:00
Readme cleanup and added more example.
This commit is contained in:
parent
b94c2b19dc
commit
c2cd7efe13
1 changed files with 14 additions and 6 deletions
20
README.md
20
README.md
|
@ -74,16 +74,24 @@ optional arguments:
|
||||||
--proxy PROXY_URL, -p PROXY_URL
|
--proxy PROXY_URL, -p PROXY_URL
|
||||||
Make requests over a proxy. e.g.
|
Make requests over a proxy. e.g.
|
||||||
socks5://127.0.0.1:1080
|
socks5://127.0.0.1:1080
|
||||||
--json JSON_FILE, -j JSON_FILE
|
--json JSON_FILE, -j JSON_FILE
|
||||||
Load data from a JSON file or an online, valid, JSON
|
Load data from a JSON file or an online, valid, JSON
|
||||||
file.
|
file.
|
||||||
--print-found
|
--print-found Prints only found messages. Errors, and invalid
|
||||||
Prints only found messages. Errors, and invalid
|
username errors will not appear.
|
||||||
username errors will not appear.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For example, run ```python3 sherlock.py user123```, and all of the accounts
|
For example to search for user:
|
||||||
found will be stored in a text file with the username (e.g ```user123.txt```).
|
```
|
||||||
|
python3 sherlock.py user123
|
||||||
|
|
||||||
|
```
|
||||||
|
All of the accounts found will be stored in a text file with the username (e.g ```user123.txt```).
|
||||||
|
|
||||||
|
To search for more that user:
|
||||||
|
```
|
||||||
|
python3 sherlock.py user1 user2 user3
|
||||||
|
```
|
||||||
|
|
||||||
## Docker Notes
|
## Docker Notes
|
||||||
If you have docker installed you can build an image and run this as a container.
|
If you have docker installed you can build an image and run this as a container.
|
||||||
|
|
Loading…
Add table
Reference in a new issue