Open In App

Sd Goo – Enumerate Subdomains Through Google Dorks

Last Updated : 08 Jun, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Sd Goo tool is an automated tool developed in the Shell Script which aims to enumerate subdomains for the parent domain by using the google dork approach. Sd Goo has the feature of Bypassing Page Filter and uses VPN or Torify(tor) if Google blocks your IP. This can enumerate the hidden subdomains also and bug hunters can test the subdomain and find the security flaw in it, This tool is available on the GitHub platform. It’s free and open-source to use.

Installation of Sd Goo Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/darklotuskdb/sd-goo.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd sd-goo

Step 3: Change the permissions of the sd-goo.sh file by using the following command.

sudo chmod 777 sd-goo.sh

Step 4: Run the below command to verify the installation.

./sd-goo.sh

Working with Sd Goo Tool on Kali Linux OS

Example 1: Enumerating Subdomains for geeksforgeeks.org

./sd-goo.sh geeksforgeeks.org | sort -u

We have got the subdomains of the geeksforgeeks.org parent domain.

Example 2: Enumerating Subdomains for the tesla.com

./sd-goo.sh tesla.com | sort -u

We have got the subdomains of tesla.com parent domain.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads