-
Notifications
You must be signed in to change notification settings - Fork 3
Home
`Mr-IoT` edited this page Feb 19, 2026
·
10 revisions
HARDAX (Hardening Audit eXaminer) is a comprehensive Android security configuration auditor designed for penetration testers, security researchers, and compliance auditors. It performs 537+ security checks across 19 categories to assess the security posture of Android devices.
| Feature | Description |
|---|---|
| π 537+ Security Checks | Comprehensive coverage across 19 security categories |
| π± Multi-Device Support | POS terminals, smartphones, IoT, automotive, medical devices |
| π Dual Connection Modes | ADB (USB/Network) and SSH support |
| π Multiple Report Formats | TXT, CSV, and interactive HTML reports |
| π Root Detection | Auto-detects and leverages root access when available |
| π Certificate Auditing | Full CA certificate analysis with expiry tracking |
| π§© Extensible | Add custom checks via simple JSON files |
| π― PCI-DSS Ready | Includes POS-specific compliance checks |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β HARDAX v2.0 - Security Audit β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β Device: Pixel 6 Pro (raven) β
β Android: 14 | API: 34 | Build: UQ1A.240205.004 β
β Root: magisk (v26.4) β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β β SAFE: 312 β WARNING: 89 β CRITICAL: 23 β
β ? VERIFY: 45 βΉ INFO: 68 β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- Installation - Setup and requirements
- Usage - Command-line options and examples
- Check Categories - Detailed breakdown of all checks
- Output Formats - Report types and interpretation
- Extending HARDAX - Adding custom security checks
- FAQ - Frequently asked questions
# Clone the repository
git clone https://github.com/iotsrg/hardax.git
cd hardax
# Connect your Android device via USB
adb devices
# Run the audit
python3 hardax.pyMr-IoT | [IOTSRG]