Giter VIP home page Giter VIP logo

loldriverscan's Introduction

LolDriverScan

LolDriverScan is a golang tool that allows users to discover vulnerable drivers on their system. This tool fetches the loldrivers.io list from their APIs and scans the system for any vulnerable drivers This project is implemented in Go and does not require elevated privileges to run.

Features

  • Scans the system for vulnerable drivers
  • Provides verbose output for detailed information
  • Supports JSON output for easy integration with other tools
  • No elevated privileges are required

Installation

Release

Download the latest auto-generated release binary from GitHub Releases.

Build

  1. Make sure you have Go installed on your system. If not, you can download and install it from the official Go website

  2. Clone the LolDriverScan project repository:

    git clone https://github.com/FourCoreLabs/LolDriverScan.git
  3. Change into the project directory:

    cd LolDriverScan
  4. Build the project

    go build

Usage

Run the loldriverscan binary with the following command-line arguments:

.\loldriverscan.exe [-v] [--json <filepath>]

-v or --verbose: Enable verbose mode for detailed output.
--json : Specify a filepath to save the output in JSON format. Use - to output to stdout.

Examples

  • Run the tool with verbose mode enabled:

    .\loldriverscan.exe -v
  • Run the tool and save the output in a JSON file:

    .\loldriverscan.exe -json .\drivers.json
  • Run the tool and output the JSON result to stdout:

    .\loldriverscan.exe -json -

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

loldriverscan's People

Contributors

arush15june avatar zibdie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.