Huntsman is a Python script that automates web application reconnaissance and asset discovery by integrating multiple open-source tools for comprehensive domain analysis.
a python script that automates recon flow for a given target domain.
This tool is designed for security professionals and penetration testers who need to efficiently discover subdomains, identify unique web applications, and find potentially sensitive information within a target domain. It streamlines the recon workflow by automating the use of popular enumeration and scanning utilities, saving time during the initial phases of security assessments.
Running Huntsman for the first time may prompt installation of missing tools; ensure you have a valid GitHub access token for GitHub-dorking features. It is recommended to run this tool in a controlled environment with proper authorization to avoid unintended scanning or data collection.
git clone https://github.com/Import3r/Huntsman.git
cd Huntsman
xargs -r -a apt_packages.txt sudo apt-get install -y
python3 main.py
git clone https://github.com/Import3r/Huntsman.git
Clones the Huntsman repository from GitHub.
cd Huntsman
Changes directory to the cloned Huntsman folder.
xargs -r -a apt_packages.txt sudo apt-get install -y
Installs required dependencies listed in apt_packages.txt.
python3 main.py
Runs the Huntsman script to start the automated recon workflow.