/AutomateHunter

AutomateHunter is a Bash script that automates common tools used in bug bounty hunting, such as amass, whois, nslookup, traceroute, wafw00f, nmap, rustscan, nikto, nuclei, and ffuf.

Primary LanguageShell

🌀 AutomateHunter

Kali

This script automates the process of reconnaissance for a given website by running various tools and commands to gather information and scanning the target website.

🛠️ Tools used:

  • amass
  • whois
  • nslookup
  • wafw00f
  • nmap
  • rustscan
  • nikto
  • nuclei
  • ffuf

💻 Requirements:

To use AutomateHunter, you must have the following tools already installed on your system:

  • amass
  • nslookup
  • wafw00f
  • rustscan
  • nikto
  • nuclei
  • ffuf

If you don't have them, you can easily install them by running the installer.sh script provided with the tool.

🚀 Installation:

1 . Clone the repository:

git clone https://github.com/Ly0kha/AutomateHunter.git

2 - Run the installer script to install required dependencies:

chmod +x installer.sh
./installer.sh
  1. Run the script:
./Automatehunter.sh

🔍 Usage:

After running the script, enter the target website URL and wait for the script to complete the scaning process.

💡 Note:

This script is intended for educational and ethical purposes only. Use it at your own risk and with the website owner's permission.