htool
Cybersecurity Toolkit
The ultimate all-in-one security testing framework by Resolute Femi. Built with Rust for speed. Features advanced tools for checking vulnerability, stress testing, credential analysis, and payload generation.
π Starting scan...
β Open ports: 22 80 443 3306
π SQLi: 2 URLs
πΈοΈ XSS: 1 URL
π οΈ Services: Nginx, PHP, WP
Scan: 12.4s
Everything You Need
htool by Resolute Femi provides professional-grade tools for checking vulnerability and securing your infrastructure.
Vulnerability Scanner
Port scanning, SQLi, XSS, directory brute-forcing, subdomain enumeration, SSL/TLS analysis, security headers audit, and offline CVE matching with 100+ technology fingerprint signatures.
Stress Testing
HTTP flood, Slowloris, UDP flood, SYN flood simulation, advanced HTTP with random methods. Full authorised testing suite.
Credential Stuffing
Mass login testing with wordlists, proxy rotation, rate limiting, and detailed result logging with success detection.
Spam & Flood
Database flooding, email bomber, SMS bomber, comment spam, and registration spam with real HTTP request support.
Payload Generator
Reverse shells for Linux/Windows/Python/PHP/Node.js/Ruby/Perl, bind shells, PHP web shells, download & execute payloads.
Report Generation
Beautiful HTML and JSON reports with full vulnerability details, technology stack analysis, and export to file.
CVE Database
Built-in offline CVE database with 50+ entries. Search by product, version, keyword, or CVSS score.
HTML Viewer
Built-in HTML report viewer with preview, save, and open in browser functionality.
WAF Detection
Active Web Application Firewall detection. Identifies Cloudflare, Sucuri, ModSecurity, AWS WAF, Imperva, and more.
Powered By Modern Technology
Written entirely in Rust for maximum performance, memory safety, and zero-cost abstractions. Async I/O with Tokio for concurrent scanning, egui for the desktop GUI.
Get htool
Download the latest release. Available for all major platforms. Built by Resolute Femi.
// LATEST RELEASE
$ cargo install htool
# Or build from source
$ git clone https://github.com/Resolutefemi/htool.git
$ cd htool && cargo build --release