broken-link-checker
Find broken links, missing images, etc within your HTML.
Details
Category: Scanners
Publisher: trickest-mhmdiaa
Created Date: 9/7/2022
Container: quay.io/trickest/broken-link-checker:0.7.8
Source URL: https://github.com/stevenvachon/broken-link-checker
Parameters
Command:
--get
- Change request method to GET.Command:
--input
- URL to an HTML document.Command:
--follow
- Force-follow robot exclusions.Command:
--exclude
- A keyword/glob to match links againstCommand:
--ordered
- Maintain the order of links as they appear in their HTML document.Command:
--verbose
- Display excluded links.Command:
--requests
- Concurrent requests limit.Command:
--recrusive
- Recursively scan (crawl) the HTML document(s).Command:
--user-agent
- The user agent to use for link checks.Command:
--filter-level
- The types of tags and attributes that are considered links. (options: 0 -> clickable links, 1 -> 0 + media; iframes; meta refreshes, 2 -> 1 + stylesheets; scripts; forms, 3 -> 2 + metadata)Command:
--host-requests
- Concurrent requests limit per host.Command:
--exclude-external
- Will not check external links.Command:
--exclude-internal
- Will not check internal links.