BrokenLinkHijacker(BLH) is a Fast Broken Link Hijacker Tool written in Python. It crawls the website and searches for all the Broken Links.This tool is mainly designed for Bug Bounty Hunters.It helps bug hunters collect all the Broken Links from the domain they are targeting. It crawls the website on 3 different deepness to get all the links from it. It also helps to find all the Social Media or Social Engagement platforms links mentioned on the website. It Searches for links in
<a href>
tag<img src>
taghttps://github.com/MayankPandey01/BrokenLinkHijacker.git
This Tool Only Supports Python 3. The recommended version for Python 3 is 3.8.x.
The dependencies can be installed using the requirements file:.
Installation on Windows:.
Installation on Linux.
This tool searches for all the INBOUND and OUTBOUND links from HTML tags and then crawls it Further based on the Depness set by the user
Deepness Decide how the Search takes Place on the Webpage
Short Form | Long Form | Description |
---|---|---|
url | url | A URL to scan |
-d | Deepness | Level of deepness to search.(Default=1)[Varies from 1-3] |
-v | --verbosity | Set the Verbosity for Program |
-o | --output | Weather to save the output in a file or not.(Default=False) |
-h | --help | Displays help |
BLH.py https://google.com
will give result.BLH.py https://google.com -d 2
This will set Deepness to 2.\
BLH.py https://google.com -d 3
This will set Deepness to 3 .
To turn Verbosity Mode On or OFF :
By default Verbosity Mode is Set to True.\
BLH.py https://google.com -v False
. \
-v F or -v Flase
| -v T or -v True
.
To Save output To a file :
By default Output is Set to False. The output filename is set to domain_links.txt
by default.\
BLH.py https://google.com -o True
. \
-o F or -o False
| -o T or -o True
.
Use This Tool Wisely.\ Happy Hacking :sparkles: :sparkles: