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-webclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOLDrivers-webclient

A PoC web client for LOLDrivers (Living Off The Land Drivers) by MagicSword. Scan your computer for known vulnerable and known malicious Windows drivers.

A demo picture of the web application

This was hacked together in like 2,5 hours, please have mercy

Usage

Click here, wait a few seconds, and then select the directory to scan. The default Windows driver directories are:

  • C:\Windows\System32\drivers
  • C:\Windows\System32\DriverStore\FileRepository
  • C:\WINDOWS\inf

Build

To build loldrivers-webclient.wasm yourself:

# linux
GOOS=js GOARCH=wasm go build -o .\assets\loldrivers-webclient.wasm

# windows
$Env:GOOS = "js"
$Env:GOARCH ="wasm"
go build -o .\assets\loldrivers-webclient.wasm