Skip to content

The tool for kali linux and termux which helps us to gather information about domain. It automates the process of finding subdomains, enumerating live hosts, and checking for expired or vulnerable domains that may be taken over (subdomain takeover opportunities).

License

hackops-academy/DomainHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 DomainHunter

A Fast, Professional Subdomain & Recon Tool for Kali Linux and Termux

banner Shell Status PRs

DomainHunter is a lightweight, maintenance-friendly reconnaissance helper for Kali Linux and Termux. It provides a simple TUI (terminal user interface) to run common reconnaissance primitives and save organized, timestamped results per target. DomainHunter is intended as a pragmatic wrapper around commonly-used recon tools β€” not a replacement for a full pentest suite


Output Layer

All artifacts are stored under:

results/<target>_<YYYYMMDD_HHMMSS>/

Typical files produced (if corresponding tools are installed):

-subdomains.txt β€” subfinder

-nmap_top1000.txt β€” nmap summary

-dirs.txt β€” gobuster results

-whatweb.json or whatweb.txt β€” whatweb output / curl headers

-nikto.txt β€” nikto results


πŸ”§ Installation

git clone https://github.com/hackops-academy/DomainHunter
cd DomainHunter
chmod +x DomainHunter.sh

Usages

Starting the tool

./DomainHunter.sh (Domain Name)

Menu Options

        ==============================================================
                         πŸ”₯ DomainHunter v2.1 πŸ”₯
            Advanced Reconnaissance Automation Framework
        ==============================================================

         [1] Subdomain Enumeration
         [2] Port Scanning
         [3] Directory Bruteforce
         [4] HTTP Info & Tech Detection
         [5] Vulnerability Scan 
         [6] Run All (recommended)
         [0] Exit

About

The tool for kali linux and termux which helps us to gather information about domain. It automates the process of finding subdomains, enumerating live hosts, and checking for expired or vulnerable domains that may be taken over (subdomain takeover opportunities).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages