Skip to content

Service to provide vulnerability templates through an HTTP app/JSON responses

License

Notifications You must be signed in to change notification settings

instriq/templates-microservice

Repository files navigation

Vulnerabilities Templates Micro-service

Service to provide vulnerability templates through an HTTP App withresponses in JSON



Summary

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.


Download & Setup

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

Contribution


License

About

Service to provide vulnerability templates through an HTTP app/JSON responses

Resources

License

Stars

Watchers

Forks