Hey Folks, today in this tutorial we are going to talk about a web application penetration testing tool called “broken-link-checker”. The code of this tool is written in Node JS language which comes with the below mentioned features.
Let’s test it 😛 !!
So first we have to install “npm” dependency which is usually not pre-installed in any operating system. npm is the package manager for Node. js and the JavaScript coding language.
apt install npm
Good 🙂 !! Now we can easily install and configure any node js project using this utility like below.
npm install broken-link-checker -g
Done 🙂 !! We think users will become experts by installing different tools with us. Well the tool has been installed and you can now operate it by just dropping its name on the terminal.
blc --help
Basically we just have to name the website we want to hunt down and add filters to get the results in recursively. Sometimes the external links of the website get expired and the owner of the website does not look at them even once and the reason for this carelessness can reward the hackers.
blc https://secnhack.in -ro
We think that searching internal links is not useful. Suppose even if we get it, we will exclude internal link search process which will reduce the search time and will give us quick and accurate results.
blc https://secnhack.in -i
Finally 🙂 !! We have tested the rest of the features of this tool but they don’t seem useful so we gave up but you can try once yourself.
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.