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

オリジナルで、驚くほど高速、依存関係ゼロのLOLDriversクライアントです。MagicSword提供。
Windowsコンピュータをスキャンして、既知の脆弱性があるドライバや悪意のあるドライバを検出します。

GitHub Actions Workflow Status License GitHub Repo stars

インストール

コマンドライン

以下のコマンドをPowerShellターミナルにコピーして貼り付けます。昇格した(管理者)シェルは必要ありません。

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

ダウンロード

プリビルドバイナリをGitHubからダウンロードします。

ソースからビルド

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" .

使い方

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プロジェクトとは提携していません。

ツールをダウンロード