Working with Sd Goo Tool on Kali Linux OS

Example 1: Enumerating Subdomains for w3wiki.org

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

We have got the subdomains of the w3wiki.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.


Sd Goo – Enumerate Subdomains Through Google Dorks

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.

Similar Reads

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....

Working with Sd Goo Tool on Kali Linux OS

Example 1: Enumerating Subdomains for geeksforgeeks.org...

Contact Us