Web domain reconnaissance and security assessment tool
Top 85.0% on sourcepulse
HaxUnit is a Python-based web domain reconnaissance and security assessment tool designed for security professionals and researchers. It automates subdomain enumeration, port scanning, and vulnerability detection, aiming to provide a comprehensive and user-friendly solution for web security assessments.
How It Works
HaxUnit orchestrates a suite of specialized security tools, including Subfinder, DNSx, Naabu, Nuclei, and WPScan, to perform its assessments. It leverages AI-powered subdomain prediction via Subwiz and offers optional integration with Acunetix for advanced web application scanning. The tool is designed for efficiency, managing tool installations and updates through pdtm.
Quick Start & Requirements
git clone https://github.com/Bandit-HaxUnit/haxunit && cd haxunit
.env
with API keys (optional).chmod +x rebuild-compose.sh open-bash.sh
./rebuild-compose.sh
haxunit -d <domain>
python3 -m venv haxunit-venv
, source haxunit-venv/bin/activate
).python3 -m pip install -r requirements.txt
python3 main.py --install
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project's licensing is not clearly defined in the README, which may pose a risk for commercial adoption or integration into closed-source projects.
2 weeks ago
Inactive