Lifeless hyperlink (damaged hyperlink) means a hyperlink inside an internet web page that can’t be related. These hyperlinks can have a unfavourable affect to web optimization and Safety. This software makes it straightforward to determine and modify.
Set up
Set up with Gem
Docker Picture
docker pull ghcr.io/hahwul/deadfinder:newest
Utilization
Instructions:
deadfinder file # Scan the URLs from File. (e.g deadfinder file urls.txt)
deadfinder assist [COMMAND] # Describe out there instructions or one particular command
deadfinder pipe # Scan the URLs from STDIN. (e.g cat urls.txt | deadfinder pipe)
deadfinder sitemap # Scan the URLs from sitemap.
deadfinder url # Scan the Single URL.
deadfinder model # Present model.Choices:
c, [--concurrency=N] # Set Concurrncy
# Default: 20
t, [--timeout=N] # Set HTTP Timeout
# Default: 10
o, [--output=OUTPUT] # Save JSON End result
Modes
# Scan the URLs from STDIN (a number of URLs)
cat urls.txt | deadfinder pipe# Scan the URLs from File. (a number of URLs)
deadfinder file urls.txt
# Scan the Single URL.
deadfinder url https://www.hahwul.com
# Scan the URLs from sitemap. (a number of URLs)
deadfinder sitemap https://www.hahwul.com/sitemap.xml
JSON Dealing with
deadfinder sitemap https://www.hahwul.com/sitemap.xml
-o output.jsoncat output.json | jq