Overview
My winaudit crate provide Security Checks for Windows Systems this can be used for Building a Windows Auditor framework or Security Checks.
Usage Example
By example if we would to check is bitdefender running and installed
First we need to add the crate to current project.
PS> cargo add winaudit
And in main.rs
use is_bitdefender_installed_and_enabled;
Contributions
If you want to contribute fill free to open an issue or pull request on this repo [winaudit]https://github.com/HackingRepo/winaudit-rs