Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
loldrivers-client — 扫描你的 Windows 计算机,查找已知的易受攻击或恶意驱动程序。 | Kitploit
工具/GitHubGitHub/rtfmkiesel/loldrivers-client
防御工具漏洞扫描器漏洞分析威胁情报事件响应
GitHubrtfmkiesel/loldrivers-client

loldrivers-client

扫描你的 Windows 计算机,查找已知的易受攻击或恶意驱动程序。

查看仓库
10383个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

LOLDrivers-client

由 MagicSword 为 LOLDrivers 打造的经典客户端,速度极快,零依赖。
扫描你的 Windows 电脑,查找已知的易受攻击或恶意驱动程序。

GitHub Actions Workflow Status License GitHub Repo stars

安装

命令行

将以下命令复制并粘贴到 PowerShell 终端中。此操作不需要管理员(提升权限)Shell。

root@kitploit:~
# 将客户端下载到当前目录
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/rtfmkiesel/loldrivers-client/refs/heads/main/run.ps1)))

# 下载、运行并删除客户端(临时,默认选项)
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/rtfmkiesel/loldrivers-client/refs/heads/main/run.ps1))) -temp

下载

从 GitHub 下载预编译二进制文件。

从源码构建

root@kitploit:~
# 需要 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" .

用法

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)

法律声明

本项目与 LOLDrivers 项目无任何关联。

下载工具