Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • VM4SEC Wiki
  • Wiki Home
  • Wiki
  • Quantitative Security Assessment (QSA)

Quantitative Security Assessment (QSA) · Changes

Page history
Update Quantitative Security Assessment (QSA) authored Mar 04, 2022 by Miltos's avatar Miltos
Hide whitespace changes
Inline Side-by-side
Quantitative-Security-Assessment-(QSA).md
View page @ dd72f1e5
...@@ -14,7 +14,7 @@ The only prerequisite for the installation of the QSA mechanism is to have the l ...@@ -14,7 +14,7 @@ The only prerequisite for the installation of the QSA mechanism is to have the l
The QSA mechanism is available for download on [DockerHub](https://hub.docker.com/r/siavvasm/vm4sec-security-assessment). In order to install it locally, you need to execute the following command on your terminal (assuming that Docker Engine is already installed on your system): The QSA mechanism is available for download on [DockerHub](https://hub.docker.com/r/siavvasm/vm4sec-security-assessment). In order to install it locally, you need to execute the following command on your terminal (assuming that Docker Engine is already installed on your system):
~~~ ~~~
docker run -p 8080:8080 --name vm4sec-qsa -e DB_IP=<IP of the MongoDB> -e DB_PORT=<The PORT of the MongoDB> -d siavvasm/vm4sec-security-assessment:latest bash ./catalina.sh run docker run -p 8088:8080 --name vm4sec-qsa -e DB_IP=<IP of the MongoDB> -e DB_PORT=<The PORT of the MongoDB> -d siavvasm/vm4sec-security-assessment:latest bash ./catalina.sh run
~~~ ~~~
The above command will download the Docker Image of the latest version of the QSA mechanism locally and will generate a Docker Container named vm4sec-qsa. It will also start the Tomcat Server that hosts the services. Hence, after the execution of this command the QSA will be up and running and the services will be invokable at port 8080 of your local machine. More specifically, the services will reside at the following end point: The above command will download the Docker Image of the latest version of the QSA mechanism locally and will generate a Docker Container named vm4sec-qsa. It will also start the Tomcat Server that hosts the services. Hence, after the execution of this command the QSA will be up and running and the services will be invokable at port 8080 of your local machine. More specifically, the services will reside at the following end point:
......
Clone repository
  • Project Management API
  • Quantitative Security Assessment (QSA)
  • VM4SEC Dashboard
  • Vulnerability Prediction (VP)
  • Walkthrough
  • Home