Updated README.

This commit is contained in:
Cédric Bonhomme 2020-01-04 00:14:44 +01:00
parent c9af36b869
commit 031b71a7de
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -10,7 +10,7 @@ added automatically in the output.
# Requirements
- jq (sudo apt install jq)
- jq (``sudo apt install jq``)
# Installation
@ -22,6 +22,8 @@ $ poetry install git-vuln-finder
$ poetry shell
~~~
You can also use ``pip``.
## Use as a command line tool
@ -30,6 +32,9 @@ $ pipx install git-vuln-finder
$ git-vuln-finder --help
~~~
``pipx`` installs scripts (system wide available) provided by Python packages into
separate virtualenvs to shield them from your system and each other.
# Usage
@ -170,7 +175,7 @@ ploit|malicious|directory traversal |\bRCE\b|\bdos\b|\bXSRF \b|\bXSS\b|clickjack
This software is free software and licensed under the AGPL version 3.
Copyright (c) 2019 Alexandre Dulaunoy - https://github.com/adulau/
Copyright (c) 2019-2020 Alexandre Dulaunoy - https://github.com/adulau/
# Acknowledgment