Fast RECON for BugHunters
Hunt: Run many tools in one for fast work
Clone the repository:
git clone https://github.com/h1ack/hunter.gitNavigate to the project folder:
cd hunterInstall dependencies:
pip install -r requirements.txtTo run a quick scan on a target domain:
python3 hunt.py -d example.comTo move the script to a system-wide path so you can use hunt from anywhere:
sudo mv hunt.py /usr/local/bin/hunt
sudo chmod +x /usr/local/bin/huntNow you can simply use:
hunt -d example.com