Hexafinder is a simple yet powerful tool for automated subdomain enumeration. By integrating Subfinder, Httpx, Katana, and grep, Hexafinder enables users to discover subdomains, scan for live hosts, and sort results—all in one streamlined tool.
- Automated Subdomain Discovery: Utilizes Subfinder to find subdomains quickly and efficiently.
- Live Host Scanning: Leverages Httpx to check for live hosts among discovered subdomains.
- Advanced Filtering: Incorporates Katana for comprehensive filtering of results based on various criteria.
- Custom Sorting: Uses grep for advanced sorting of output to meet user preferences.
- Full Automation: Facilitates an efficient workflow for subdomain enumeration without manual intervention.
To use Hexafinder, you need to install the following tools:
- Subfinder: Follow the instructions on the Subfinder GitHub page to install it.
- Httpx: You can find the installation instructions for Httpx on its GitHub page.
- Katana: Install Katana as described in its GitHub repository.
- Grep: Ensure grep is installed on your system (it’s typically included in most Unix/Linux distributions).
After installing the necessary tools, clone the Hexafinder repository:
git clone https://github.com/HexShad0w/hexafinder.git
cd hexafinder