Hey Folks, today in this tutorial we are going to discuss a web application security testing tool called “hakrawler“. hakrawler is a Go web crawler designed for easy, quick discovery of endpoints and assets within a web application. It can be used to discover :
Let’s take a look 😛 !!
The tool is coded in the Go language, so we have to configure the go utility by using the following command to operate this tool.
apt install golang
Now the time has come to install this tool using Go utility. We only have to execute the following command to install this tool.
go get github.com/hakluke/hakrawler
The tool has automatically reached to the binary location of kali linux which means that we can access it from anywhere.
hakrawler -h
Basically robots.txt is a standard used by websites to communicate with web crawlers and other web robots which we can find with the help of this tool.
hakrawler -url < website > -robots
Finding a sub-domain is a common feature but you can also use it.
hakrawler -url fintaxico.in -subs
If you want to crawl the website completely with depth then you can use the following command and also increase the depth accordingly.
hakrawler -url secnhack.in -depth 10
Likewise, this tool has many features that can give you a good experience while crawling any web application.
A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.
The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…
Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…
Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…
Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…
Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…
Hey Folks, we are back today after such a long break, but don't worry we…
This website uses cookies.