mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 18:17:08 +00:00
Updated README.
This commit is contained in:
parent
c9af36b869
commit
031b71a7de
1 changed files with 7 additions and 2 deletions
|
@ -10,7 +10,7 @@ added automatically in the output.
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
- jq (sudo apt install jq)
|
- jq (``sudo apt install jq``)
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
@ -22,6 +22,8 @@ $ poetry install git-vuln-finder
|
||||||
$ poetry shell
|
$ poetry shell
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
You can also use ``pip``.
|
||||||
|
|
||||||
|
|
||||||
## Use as a command line tool
|
## Use as a command line tool
|
||||||
|
|
||||||
|
@ -30,6 +32,9 @@ $ pipx install git-vuln-finder
|
||||||
$ git-vuln-finder --help
|
$ 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
|
# 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.
|
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
|
# Acknowledgment
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue