Releases: Terzer-bit/AntiRD
Releases · Terzer-bit/AntiRD
Release list
Initial release
AntiRD v1.0.0 - Initial Release
AntiRD v1.0.0 is now available, introducing a lightweight, proactive endpoint security utility designed to mitigate keystroke injection (BadUSB/USB Rubber Ducky) attacks on Windows systems.
AntiRD monitors hardware changes in real time, immediately isolating keyboard and mouse inputs upon detecting new hardware until the user successfully completes a randomized challenge-response verification.
Key Features
- Near-Zero-Latency Interception: Engineered with high process priority to hook keyboard and mouse inputs within milliseconds, neutralizing rapid payloads before malicious commands can execute.
- Secure Challenge-Response GUI: Renders an always-on-top, full-screen verification interface requiring a randomized 4-digit code to restore system inputs.
- Brute-Force Defense: Automatically rotates and generates a new verification code after 3 consecutive incorrect attempts.
- Automated Background Defense: Integrates seamlessly with Windows Startup via a lightweight PowerShell hardware monitor.
- Modern Installer (MUI2): Streamlined deployment using a secure, NSIS-compiled installation wizard that configures the system directories and startup shortcuts automatically.
Installation & Deployment
- Download the
AntiRD_Setup.exeinstaller from the latest release. - Execute the installer with Administrator privileges if needed.
- The setup wizard will automatically install the core binaries and configure the boot-time startup shortcut.
- Restart the system to apply the startup configurations and initialize the hardware monitor.
File Verification (SHA-256)
For security purposes, you can verify the integrity of the installer binary using the following SHA-256 hash:
AntiRD_Setup.exe: 199D6231CCB2C90BBF1C5D655BBADAB7CBC0FE6474A7BCD274E57D07C4B2D05D
To verify the hash in Windows PowerShell, run:
Get-FileHash .\AntiRD_Setup.exe -Algorithm SHA256