Skip to content

Latest commit

 

History

History

EDRChecker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

EDRChecker-Rust

This Code aims to check for the presence of EDR's tools, antivirus software, and other security-related applications on a Windows system.

What It Does !

  • Checks Running Processes: Scans for processes that match names associated with EDR or antivirus software.
  • Checks Services: Looks for services that might indicate the presence of EDR or antivirus solutions.
  • Scans Directories: Searches through common installation directories for known EDR or antivirus product names.

Prerequisites

  • Rust: Ensure you have Rust installed. You can download it from rustup.rs.
  • Windows: This script is designed for Windows systems, using Windows-specific commands.

RUN

cargo run

CREDITS!

By @5mukx