Skip to content

Commit

Permalink
documented json output option
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Aug 20, 2020
1 parent 21b1918 commit c9ce7bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ This option will write all the parameter names found in a file with name `params
```
python3 parth.py -pt example.com
```
### JSON Output
The following command will save the result as a JSON object in the specified file.
```
python3 parth.py -t example.com -o example.json
```

## Credits
The database of parameter names and the risks associated with them is mainly created from the public work of various people of the community.

0 comments on commit c9ce7bb

Please sign in to comment.