> For the complete documentation index, see [llms.txt](https://sec88.0x88.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sec88.0x88.online/web-appsec/broken-link-injection.md).

# Broken Link Injection

Some websites that check broken links to find broken link-hijacking vulnerabilities

1- <https://ahrefs.com/broken-link-checker>

2- [deadlinkchecker.com](http://deadlinkchecker.com/)

3- [brokenlinkcheck.com](http://brokenlinkcheck.com/)

### Steps

1. Manually find and click external links on the target site ( For Example:- Some Links to Social Media Accounts or Some external Media Link)
2. While Doing Manual work also put [broken-link-checker](https://github.com/stevenvachon/broken-link-checker) in background using below Command interminal.

   `blc -rof --filter-level 3 https://example.com/`

   Ouput will be like Something.

   `─BROKEN─ https://www.linkedin.com/company/ACME-inc-/ (HTTP_999)`
3. Now you need to check if company has the page or not , if no then register as the company or try to get that username or url.

### Alternate Step

1. Go to [Online Broken Link Checker](https://ahrefs.com/broken-link-checker), [Dead Link Checker](https://www.deadlinkchecker.com/) Or [Alternative Online Broken Link Checker](https://brokenlinkcheck.com/)
2. Input the domain name

### Reference

* <https://edoverflow.com/2017/broken-link-hijacking/>
* <https://medium.com/@bathinivijaysimhareddy/how-i-takeover-the-companys-linkedin-page-790c9ed2b04d>
*

**Impact**

Content Hijacking Information Leakage Phishing Attacks stored xss Impersonation Damage the company’s reputation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sec88.0x88.online/web-appsec/broken-link-injection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
