Skip to content

Commit

Permalink
Adds a link to the readme that allows people to test the library dire…
Browse files Browse the repository at this point in the history
…ctly from the browser
  • Loading branch information
FlorianDietz committed Jul 17, 2019
1 parent 01c5a2d commit 3ac0c0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ $ cd sherlock
$ pip3 install -r requirements.txt
```

## Demonstration

You can use this link to test Sherlock directly in your browser:
https://elody.com/scenario/plan/16/

## Usage

```bash
Expand Down Expand Up @@ -85,7 +90,7 @@ For example to search for 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:
Expand Down

0 comments on commit 3ac0c0b

Please sign in to comment.