Skip to content

The Go script provided in this GitHub repository automates subdomain enumeration, web application scanning, and threat detection. It combines several popular security tools to streamline the process of identifying potential vulnerabilities in web applications.

Notifications You must be signed in to change notification settings

vj0shii/domains-hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Make sure to give it execution permissions:

chmod +x setup.sh

To run the script, execute the following command:

./setup.sh

The script will update the system, install Go and the required tools (subfinder, amass, httpx, nuclei, and pandoc). It will also install additional tools (dirsearch, aquatone, and wfuzz) and clone the necessary repositories (dirsearch and nuclei-templates). Finally, it will compile the Go script.

After running the script, you can execute the Go script with integrated tools using:

go run script.go example.com

Please note that the script assumes a clean Ubuntu system and may require adjustments for different versions or distributions. Additionally, it's always a good practice to review and validate any script or commands before executing them on a production system.

About

The Go script provided in this GitHub repository automates subdomain enumeration, web application scanning, and threat detection. It combines several popular security tools to streamline the process of identifying potential vulnerabilities in web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published