Sponsored
Bug Hunting Tips

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from various sources, including Wayback Machine, Common Crawl, VirusTotal, and URLScan, for a given domain. It’s commonly used in web application security testing to enumerate endpoints, discover hidden resources, or identify potential vulnerabilities. By leveraging these sources, gau allows security professionals to identify API endpoints, sensitive files, or other resources that might not be immediately visible in a standard web crawl. This aids in identifying misconfigurations, outdated software versions, and exposed assets. So before wait a minutes lets gets start πŸ˜› !!

Let’s take a lookΒ πŸ™‚ !!

Dependencies

Now first we need to set the enviroment varibale of our terminal by using the command mentioned below.

export GO111MODULE=on;

All set to lauch the command to install the tool with the go utility on your terminal by using the command mentioned below.

go install github.com/lc/gau/v2/cmd/gau@latest

COOL πŸ™‚ !! Althrough if you stuck somwhere once the tool gets install then you can use help command to dump the entire usage of this tool. In order to observer the response of this tool, we use the command mentioned below where all you need to provide the just domain name of which you want to grab sensiitve information and that’s it.

gau vulnweb.com

Hmmm πŸ™‚ !! As we said earlier there is help command exist in this used for findout the useful syntex to get much bettter information.

gau -h

Additonally πŸ™‚ !! If you want to get deep detiasl about domain and his subdomain as well then use can try below command once.

gau --subs vulnweb.com
About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

8 months ago

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 year ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

3 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

3 years ago
Sponsored

This website uses cookies.