Open In App

gau (GetAllUrls) Review – Tool For Discovering URL in Kali Linux

Improve
Improve
Like Article
Like
Save
Share
Report

Gau stands for get all URLs. It is a free and open-source tool available on GitHub which is used for extracting all the URLs from a given domain. This tool is free means you can download and use this tool free of cost. It is used for reconnaissance of subdomains. Gau is used for finding the URLs of the target website. This tool is used to find all URLs from a website/web application. This tool helps to get subdomains of all HTTPS as well as HTTP websites.

Gau tool is written in go language you must have go language installed into your Kali Linux in order to use this tool. This tool comes with an awesome user interface.

Installation

Step 1: Open your kali Linux operating system and use the following command to install the tool.

GO111MODULE=on go get -u -v github.com/lc/ga

Step 2: The tool has been downloaded and installed successfully. Now use the following command to run the tool.

gau -h

The tool is running successfully now we will see examples to use the tool.

Usage

Example: Use the gau tool to find all the URLs from a domain,

echo "<domain>" | gau

You can see the tool has given all the URLs associated with the domain.

Example 2: Use the gau too to find URLs associated with the specific domain.

This is how you can use the gau tool to find all the URLs associated with the domain.


Last Updated : 23 Sep, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads