Skip to content

Commit

Permalink
Merge branch 'pr/n271_Soooda'
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Jul 20, 2019
2 parents 74e6757 + fc43b2d commit fa9a99b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,19 @@ optional arguments:

```
For example to search for user:
For example to search for an user:
```
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:
To search for more than one user:
```
python3 sherlock.py user1 user2 user3
```
All of the accounts found will be stored in an individual text file with the corresponding username (e.g ```user123.txt```).
## Docker Notes
If you have docker installed you can build an image and run this as a container.
Expand Down

0 comments on commit fa9a99b

Please sign in to comment.