What is Subdomain?

Web Application consists of various functionalities. The website cannot embed each function in a single page, so the administrator or website owner creates a subdomain for the main domain and splits the functionality into these subdomains. A single subdomain can have multiple subdomains.

For Example, w3wiki.org is the main domain that has multiple subdomains like :

  1. write.w3wiki.org
  2. practice.w3wiki.org
  3. internships.w3wiki.org

Subzy – Subdomain takeover Vulnerability Checker Tool

Subzy is the tool that identifies or checks the subdomain takeover on the target domain or multiple subdomains. Subzy is the Golang language based-tool. Subdomain takeover tool, which works based on matching response fingerprints from can-i-take-over-xyz. This automated scanner can help you in bug bounty programs to find Subdomain Takeover bugs in the target website. The usage of the Subzy tool is convenient and straightforward. The results returned are also relevant. You get the live status of each subdomain, whether it is vulnerable or not. If it’s susceptible, then you will get the status of vulnerable. Various flags can enhance the output of results in the terminal window.

Note: As Subzy is a Golang language-based tool, so you need to have a Golang environment on your system. So check this link to download Golang in your system. – How to Install Go Programming Language in Linux

Similar Reads

What is Subdomain?

Web Application consists of various functionalities. The website cannot embed each function in a single page, so the administrator or website owner creates a subdomain for the main domain and splits the functionality into these subdomains. A single subdomain can have multiple subdomains....

What is Subdomain Takeover?

The rights and permission to manage the subdomains are in the website owner’s hands, but what if we manage the subdomains without rights. Yes, we can do that, which is known as Subdomain Takeover. Subdomain Takeover is the vulnerability of gain control over a specific subdomain by an unidentified or unauthorized person. The hackers successfully take the subdomain in his control and do whatever he wants, like creating a new database, creating a phishing website or cloning the domain, etc....

Installation of Subzy Tool in Kali Linux Machine

Step 1: If you have downloaded Golang in your system, verify the installation by checking the version of Golang, use the following command....

Working with Subzy Tool

Example 1: single Target Subdomain...

Contact Us