Service to provide vulnerability templates through an HTTP App withresponses in JSON
Writing vulnerability reports is a time-consuming task. This microservice provides a set of templates to help you write vulnerability reports faster and more efficiently.
To run this microservice, you need to install the following dependencies:
$ git clone https://github.com/instriq/templates-microservice
$ cd templates-microservice
$ cpanm --installdeps .
$ perl app.pl daemon -m production -l http://\*:9090
if you want to run it in docker, you can use the following commands:
docker build -t templates-microservice .
docker run -d -p 9090:80 templates-microservice
- Your contributions and suggestions are heartily ♥ welcome. See here the contribution guidelines. Please, report bugs via issues page and for security issues, see here the security policy. (✿ ◕‿◕)
- This work is licensed under MIT License.