Skip to content

Commit

Permalink
documented --breach option
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Oct 17, 2018
1 parent ad492fb commit 336b02f
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 @@ -17,7 +17,7 @@
</a>
</p>

![demo](https://image.ibb.co/cTgivf/Screenshot-2018-10-15-15-16-25.png)
![demo](https://image.ibb.co/nenkff/Screenshot-2018-10-17-21-41-53.png)

#### Find email address of a user
`python zen.py username`
Expand Down Expand Up @@ -50,3 +50,8 @@ You don't need to generate any kind of authenticated token, just supply your use
Zen supports multi-threading for faster data retrieval.

`python zen.py IBM --org -t 20`

#### Check if email has appeared in a breach
Zen uses haveibeenpwned.com API to check if an email has been breached or not. This feature is turned off by default and can be used with `--breach` option as follows

`python zen.py s0md3v --breach`

0 comments on commit 336b02f

Please # to comment.