Skip to content

Initial release

Latest

Choose a tag to compare

@Terzer-bit Terzer-bit released this 13 Jun 10:35

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

  1. Download the AntiRD_Setup.exe installer from the latest release.
  2. Execute the installer with Administrator privileges if needed.
  3. The setup wizard will automatically install the core binaries and configure the boot-time startup shortcut.
  4. 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