Skip to content

underground-software/KDLP_Webcrawler

Repository files navigation

KDLP_Webcrawler

Golang application for identifying dead links on KDLP website

Setup

  1. Go to the project directory and compile the source code.

    go build -o webcrawler  

Usage

  • Usage:

    ./webcrawler <option>
  • Options:

    -h, --help       shows a manual
    --crawl          recursively crawls domain and retrieves dead links with reference URLS
    --crawl-colly    crawls domain for dead links via colly

About

Golang application for identifying dead links on KDLP website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages