Files
Whitecat18 28e7fac1d3 Upload
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
2026-06-06 14:53:10 +05:30
..
2026-06-06 14:53:10 +05:30
2026-06-06 14:53:10 +05:30
2026-06-06 14:53:10 +05:30

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.

Downlaod EdR-Checker: Download

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