exploiting-broken-link-hijacking

Featured

Discover and exploit broken link hijacking vulnerabilities by identifying references to expired domains, decommissioned cloud resources, and dead external services that can be claimed by an attacker.

AI & Automation 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Exploiting Broken Link Hijacking ## When to Use - When auditing web applications for references to expired or unclaimed external resources - During supply chain security assessments of third-party script and resource dependencies - When testing for subdomain takeover opportunities via dangling CNAME records - During bug bounty hunting for broken link hijacking vulnerabilities - When assessing the security of external resource dependencies in production applications ## Prerequisites - Web crawler or spider for discovering all external links (Burp Suite Spider, Scrapy) - DNS lookup tools for checking CNAME records and domain availability - Domain registrar access for claiming expired domains (as proof of concept) - Understanding of CDN and cloud service provisioning (S3, Azure Blob, GitHub Pages) - blc (broken-link-checker) or similar tool for automated link validation - Knowledge of services vulnerable to subdomain takeover (can-i-take-over-xyz) > **Legal Notice:** This skill is for authorized security testing and educational purposes only. Unauthorized use against systems you do not own or have written permission to test is illegal and may violate computer fraud laws. ## Workflow ### Step 1 — Crawl and Extract All External References ```bash # Use broken-link-checker to find dead links npx broken-link-checker http://target.com --recursive --ordered \ --exclude-internal --filter-level 3 -o broken_links.txt # Extract all external links from page source curl -s http:/...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

broken-link-checker

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

2,712 Updated 2 days ago
nowork-studio
Data & Documents Listed

link-rot-scanner

Crawl and validate all internal and external links across an AEM Edge Delivery Services site. Uses the query index or sitemap to discover pages, extracts links from .plain.html renditions, checks HTTP status codes, and produces a prioritized report of broken, redirecting, and insecure links. Use when auditing link health before launch, after a migration, or as a periodic maintenance check.

0 Updated today
Focus-GTS
AI & Automation Featured

exploiting-deeplink-vulnerabilities

Tests and exploits deep link (URL scheme and App Link) vulnerabilities in Android and iOS mobile applications to identify unauthorized access, data injection, intent hijacking, and redirect manipulation. Use when assessing mobile app attack surface through custom URI schemes, Android App Links, iOS Universal Links, or intent-based navigation. Activates for requests involving deep link security testing, URL scheme exploitation, mobile intent abuse, or link hijacking.

12,642 Updated today
mukul975
Data & Documents Listed

seo-ahrefs-broken-links

Find broken backlinks pointing to a domain using Ahrefs: links targeting 404 pages that can be reclaimed. Prioritizes highest-DR lost links for maximum recovery impact. Use when user says "broken backlinks", "broken links", "link reclamation", "dead backlinks", or "404 backlinks".

3 Updated today
YogeshKu7877
Web & Frontend Listed

webapp-exploit-hunter

Automated web application vulnerability scanner and exploit generator starting from domains or URLs. Tests for SQLi, XSS, SSRF, IDOR, SSTI, authentication bypass, file upload bypass, and race conditions. Generates working PoC for each finding. Use when user asks to "find vulnerabilities", "scan web app", "test for XSS/SQLi/SSRF", "hunt bugs", "bug bounty scan", or provides a domain for web security testing. For authorized testing only.

31 Updated today
KaQus