Vuls

Vuls

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

›Tutorial

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
  • Scan Windows

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

Scan Windows

Scan Windows

Vuls v0.23 supports Windows vulnerability detection.

Vuls detects vulnerabilities that are fixed by unapplied KBs or zero-day vulnerabilities for which no KBs have been released.
Therefore, it is necessary to examine the KB application status of the machine to be detected.
Vuls uses the Windows Update API and can be configured for Windows Update at [servers.xxx-xxx-xxx-xxx.windows].

  • config.toml
[servers]

[servers.127-0-0-1]
host                = "127.0.0.1"
port               = "22"
user               = "root"
scanMode           = ["fast"]
scanModules        = ["ospkg"]

[servers.127-0-0-1.windows]
serverSelection = 3
cabPath = "/path/to/wsusscn2.cab"
  • serverSelection: set the server to search for updates. (0: Default, 1: Managed Server (e.g. WSUS), 2: Windows Update, 3: Others)

  • cabPath: describes the path to the local cab file to be used when serverSelection = 3. The latest Wsusscn2.cab file is available for download at the following location: Download Wsusscn2.cab

← Scan Portconfig.toml →
Vuls
Docs
IntroductionArchitectureTutorial
Community
Join SlackSlackTwitter(English)Twitter(Japanese)
More
BlogGitHub
Copyright © 2025 kotakanbe