Skip to content

Scan your computer for known vulnerable and known malicious Windows drivers using loldrivers.io

License

Notifications You must be signed in to change notification settings

rtfmkiesel/loldrivers-client

Repository files navigation

LOLDrivers-client

GitHub Repo stars GitHub

The first blazingly fast client for LOLDrivers (Living Off The Land Drivers) by MagicSword. Scan your computer for known vulnerable and known malicious Windows drivers.

Usage

Usage of LOLDrivers-client.exe:
  -f, --driver-file string   File path to 'drivers.json', when mode == local
  -g, --grepable             Will only output found files for easy parsing
  -j, --json                 Format output as JSON
  -m, --mode string          Operating Mode {online, local, internal} (default "online")
  -d, --scan-dir string      Directory to scan for drivers (default: Windows driver folders)
  -l, --scan-size int        Size limit for files to scan in MB (default 10)
  -s, --surpress-errors      Do not show file read errors when calculating checksums
  -w, --workers int          Number of checksum "threads" to spawn (default 20)

Installation

Binaries

Download the prebuilt binaries here.

Build from source

git clone https://github.com/rtfmkiesel/loldrivers-client
cd loldrivers-client
go mod tidy
go build -o LOLDrivers-client.exe -ldflags="-s -w" cmd/loldrivers-client/loldrivers-client.go

Contributing

Improvements in the form of PRs are always welcome, especially as this was made during my first year of using Golang.

Legal

This project is not affiliated with the LOLDrivers repository.

About

Scan your computer for known vulnerable and known malicious Windows drivers using loldrivers.io

Topics

Resources

License

Stars

Watchers

Forks

Languages