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
loldrivers-client — Scan your Windows computer for known vulnerable or malicious drivers. | Kitploit
Tools/GitHubGitHub/rtfmkiesel/loldrivers-client
Defensive ToolsVulnerability ScannersVulnerability AnalysisThreat IntelligenceIncident Response
GitHubrtfmkiesel/loldrivers-client

loldrivers-client

Scan your Windows computer for known vulnerable or malicious drivers.

View Repository
10383 months 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

LOLDrivers-client

The OG, blazingly fast, zero dependencies client for LOLDrivers by MagicSword.
Scan your Windows computer for known vulnerable or malicious drivers.

GitHub Actions Workflow Status License GitHub Repo stars

Installation

Command Line

Copy and paste the command below into a PowerShell terminal. This does not require an elevated (Administrator) shell.

root@kitploit:~
# Downloads the client to the current directory
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/rtfmkiesel/loldrivers-client/refs/heads/main/run.ps1)))

# Downloads, runs and deletes the client (temp, default options)
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/rtfmkiesel/loldrivers-client/refs/heads/main/run.ps1))) -temp

Download

Download the prebuilt binaries from GitHub.

Build From Source

root@kitploit:~
# requires Golang >=1.26

git clone https://github.com/rtfmkiesel/loldrivers-client
cd loldrivers-client
go generate ./internal/loldrivers/
go test ./internal/loldrivers/
go build -o LOLDrivers-client.exe -ldflags="-s -w" .

Usage

root@kitploit:~
Usage of LOLDrivers-client.exe:
  -debug
        print debug output (will mess up 'grep' and 'json' output)
  -file string
        /path/to/drivers.json (only for '-mode file')
  -maxsize int
        size limit for files to scan in MB (default 10)
  -mode string
        operating mode {online, file, embedded} (default "online")
  -nocolor
        do not print colored output
  -output string
        output mode {standard,grep,json} (default "standard")
  -target string
        target directory (default=OS)
  -workers int
        number of parallel scan workers (default 20)

Legal

This project is not affiliated with the LOLDrivers project.

Download Tool