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
  • Vulnerability Prediction (VP)

Vulnerability Prediction (VP) · Changes

Page history
Update Vulnerability Prediction (VP) authored Mar 11, 2022 by Ilias's avatar Ilias
Hide whitespace changes
Inline Side-by-side
Vulnerability-Prediction-(VP).md
View page @ 3b7266ca
...@@ -33,7 +33,7 @@ python vp_service.py DB_IP DB_PORT ...@@ -33,7 +33,7 @@ python vp_service.py DB_IP DB_PORT
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 DB_IP DB_PORT sudo docker run -it --name vp-tool -p 5002:5002 iliakalo/vp-tool:latest bash -c "python vp_service.py DB_IP DB_PORT; bash"
~~~ ~~~
The services will reside at the following end point: 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