HomeLinuxBroken link checker tool free wrote in Node JS language

Broken link checker tool free wrote in Node JS language

Hello guy’s welcome to another article in this article I’m going to teach about the Brokenย linkย checker tool, Which is one of the best web application penetration testingsย tools

Features

  1. Support for many HTML elements and attributes; not only and Support for relative URLs with.

  2. WHATWG specifications-compliant HTML and URL parsing.

  3. Honor robot exclusions (robots.txt, headers, and rel), optionally.

  4. Detailed informationย for reporting and maintenance.

  5. URL keyword filtering with simple wildcards.

  6. Pause/Resume at anyย time.

How to install and use a Broken link checker?

Step 1:

First of all, we need to install the npm package so type the below command in your terminal

				
					sudo apt install npm
				
			
install npm package

Step 2:

Then we need to install the Broken Link checkerย toolย so execute the below commands on your terminal

				
					sudo npm install broken-link-checker -g
				
			
Broken link checker tool free wrote in Node JS language

Step 3:

Well, the tool has been installed and you can now operate it by just dropping its name on the terminal.

				
					blc --help
				
			
Broken link checker tool free wrote in Node JS language

Step 5:

Now we check our website broken links, the broken link was two types

1. Internal broken link

2. External broken linkย 

If you need to find your website recursive link means just type the below commands

				
					blc https://www.errorsfind.com -ro
				
			
Broken link checker tool free wrote in Node JS language

If you need to check the internal broken links (exclude links) means to execute the following commands

				
					blc https://www.errorsfind.com -i
				
			
Broken link checker tool free wrote in Node JS language

RELATED ARTICLES

Leave A Reply

Please enter your comment!
Please enter your name here

Most Popular