mirror of
https://codeberg.org/smukx/Rust-for-Malware-Development
synced 2026-06-06 20:22:59 +00:00
28e7fac1d3
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
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!
- https://github.com/PwnDexter/Invoke-EDRChecker/tree/master
- https://github.com/PwnDexter/SharpEDRChecker
By @5mukx