Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • 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
  • Vulnerability Prediction (VP)

Vulnerability Prediction (VP) · Changes

Page history
Update Vulnerability Prediction (VP) authored Mar 10, 2022 by Ilias's avatar Ilias
Hide whitespace changes
Inline Side-by-side
Vulnerability-Prediction-(VP).md
View page @ 409179ea
...@@ -26,12 +26,14 @@ This command will generate and run a Docker Container named *vp-tool* in interac ...@@ -26,12 +26,14 @@ This command will generate and run a Docker Container named *vp-tool* in interac
To start the server, use the command prompt inside the running Container and execute the following command: To start the server, use the command prompt inside the running Container and execute the following command:
~~~ ~~~
python vp_service.py python vp_service.py DB_IP DB_PORT
~~~ ~~~
,where DB_IP= <IP of the MongoDB> and DB_PORT= <PORT of the MongoDB>.
These two steps could embed into the following one: These two steps could embed into the following one:
~~~ ~~~
sudo docker run -it --name vp-tool -p 5002:5002 iliakalo/vp-tool bash python vp_service.py sudo docker run -it --name vp-tool -p 5002:5002 iliakalo/vp-tool bash python vp_service.py DB_IP DB_PORT
~~~ ~~~
...@@ -47,7 +49,7 @@ Having the VP Container already deployed on your local machine, it can be starte ...@@ -47,7 +49,7 @@ Having the VP Container already deployed on your local machine, it can be starte
~~~ ~~~
sudo docker start vp-tool sudo docker start vp-tool
sudo docker exec -it vp-tool bash python vp_service.py sudo docker exec -it vp-tool bash python vp_service.py DB_IP DB_PORT
~~~ ~~~
......
Clone repository
  • Project Management API
  • Quantitative Security Assessment (QSA)
  • VM4SEC Dashboard
  • Vulnerability Prediction (VP)
  • Walkthrough
  • Home