Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
LolDriverScan — Scan vulnerable drivers on Windows with loldrivers.io | Kitploit
Tools/GitHubGitHub/fourcorelabs/loldriverscan
Defensive ToolsVulnerability Scanners
GitHubfourcorelabs/loldriverscan

LolDriverScan

Scan vulnerable drivers on Windows with loldrivers.io

View Repository
191182 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

LolDriverScan

LolDriverScan is a golang tool that allows users to discover vulnerable drivers on their system. This tool fetches the loldrivers.io list from their APIs and scans the system for any vulnerable drivers This project is implemented in Go and does not require elevated privileges to run.

Features

  • Scans the system for vulnerable drivers
  • Provides verbose output for detailed information
  • Supports JSON output for easy integration with other tools
  • No elevated privileges are required

Installation

Release

Download the latest auto-generated release binary from GitHub Releases.

Build

  1. Make sure you have Go installed on your system. If not, you can download and install it from the official Go website

  2. Clone the LolDriverScan project repository:

    root@kitploit:~
    git clone https://github.com/FourCoreLabs/LolDriverScan.git
    
  3. Change into the project directory:

    root@kitploit:~
    cd LolDriverScan
    
  4. Build the project

    root@kitploit:~
    go build
    

Usage

Run the loldriverscan binary with the following command-line arguments:

root@kitploit:~
.\loldriverscan.exe [-v] [--json <filepath>]

-v or --verbose: Enable verbose mode for detailed output.
--json : Specify a filepath to save the output in JSON format. Use - to output to stdout.

Examples

  • Run the tool with verbose mode enabled:

    root@kitploit:~
    .\loldriverscan.exe -v
    
  • Run the tool and save the output in a JSON file:

    root@kitploit:~
    .\loldriverscan.exe -json .\drivers.json
    
  • Run the tool and output the JSON result to stdout:

    root@kitploit:~
    .\loldriverscan.exe -json -
    

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

Download Tool