Vuls

Vuls

  • Docs
  • Community
  • Blog
  • Languages iconEnglish
    • 日本語
  • GitHub
  • vulsdoc

›Misc

Introduction

  • Abstract
  • Main Features
  • Supported OS

Architecture

  • Remote, Local, One-liner scan
  • Remote Scan Mode
  • One-liner scan mode
  • Local Scan Mode
  • architecture
  • Fast Scan
  • Fast-Root Scan
  • Deep Scan
  • CPE Scan

Installation

  • Vulsctl - Quickest Vuls setup
  • Vulsctl - Install on HostOS
  • Install Manually
  • Install with Docker
  • Install with Package
  • Install with Ansible
  • Install with awless

Tutorial

  • Tutorial
  • Scan with Vulsctl
  • Local Scan Mode
  • Remote Scan Mode
  • Scan using Docker
  • Scan Docker Image
  • Scan non OS packages
  • Scan WordPress
  • Scan Port

Usage

  • config.toml
  • Automatic Discovery
  • configtest
  • Scan
  • Report
  • TUI
  • Server

Vulsrepo

  • VulsRepo

Development

  • Contribute
  • Integration Testing

Misc

  • Cron
  • Update Vuls to the latest version
  • go-cve-dictionary
  • goval-dictionary
  • gost
  • go-exploitdb
  • go-msfdb
  • go-kev
  • go-cti
  • Related Projects
  • Tips
Edit

go-cve-dictionary

For detail of go-cve-dictionary see vulsio/go-cve-dictionary

Usage: go-cve-dictionary on different server

Run go-cve-dictionary as server mode before scanning on 192.168.10.1

$ go-cve-dictionary server -bind=192.168.10.1 -port=1323

Specify URL of the go-cve-dictionary in config.toml

[cveDict]
type = "http"
url = "http://192.168.0.1:1323"
$ vuls report

Usage: Update NVD Data

see go-cve-dictionary#usage-fetch-nvd-data

Usage: Update JVN Data

see go-cve-dictionary#usage-fetch-jvn-data

Usage: List fetched databases

$ ./go-cve-dictionary list

+-----------+----------+------------+-----------------+-----------------+
|  SOURCE   |   YEAR   |   STATUS   |     FETCHED     |     LATEST      |
+-----------+----------+------------+-----------------+-----------------+
| NVD(JSON) | 2017     | Up-to-Date | 2018/7/26-03:12 | 2018/7/26-03:12 |
| NVD(JSON) | 2018     | Up-to-Date | 2018/7/26-03:03 | 2018/7/26-03:03 |
| NVD(JSON) | modified | Up-to-Date | 2018/7/26-20:01 | 2018/7/26-20:01 |
| NVD(JSON) | recent   | Up-to-Date | 2018/7/26-20:00 | 2018/7/26-20:00 |
| JVN       | modified | Up-to-Date | 2018/7/26-17:00 | 2018/7/26-17:00 |
| JVN       | recent   | Up-to-Date | 2018/7/26-17:00 | 2018/7/26-17:00 |
| JVN       | 2014     | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN       | 2015     | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN       | 2016     | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN       | 2017     | Up-to-Date | 2018/7/22-09:00 | 2018/7/22-09:00 |
+-----------+----------+------------+-----------------+-----------------+

← Update Vuls to the latest versiongoval-dictionary →
Vuls
Docs
IntroductionArchitectureTutorial
Community
Join SlackSlackTwitter(English)Twitter(Japanese)
More
BlogGitHub
Copyright © 2022 kotakanbe