Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
loldrivers-client — Windows 컴퓨터에서 알려진 취약하거나 악의적인 드라이버를 스캔합니다. | Kitploit
도구/GitHubGitHub/rtfmkiesel/loldrivers-client
Defensive ToolsVulnerability ScannersVulnerability AnalysisThreat IntelligenceIncident Response
GitHubrtfmkiesel/loldrivers-client

loldrivers-client

Windows 컴퓨터에서 알려진 취약하거나 악의적인 드라이버를 스캔합니다.

저장소 보기
10383개월 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

LOLDrivers-client

MagicSword가 만든, 원조이자 엄청나게 빠른, 의존성이 전혀 없는 LOLDrivers 클라이언트입니다.
Windows 컴퓨터에서 알려진 취약하거나 악의적인 드라이버를 검사하세요.

GitHub Actions Workflow Status License GitHub Repo stars

설치

명령줄

아래 명령을 PowerShell 터미널에 복사하여 붙여넣으세요. 관리자(Administrator) 셸이 필요하지 않습니다.

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 프로젝트와 제휴하지 않습니다.

도구 다운로드