To efficiently extract unique URLs from web pages and associated resources using a command-line interface.
Crawley is a Go-based command-line web crawler designed to quickly extract unique URLs from web pages. It utilizes fast HTML, JavaScript, and CSS parsers to discover links, including API endpoints from JS code and `url()` properties from CSS. Users can configure scan depth, respect `robots.txt` rules, or employ a `brute` mode for hidden links, along with options for proxies, custom cookies, and headers using flags like `-cookie` or `-header`.
To efficiently extract unique URLs from web pages and associated resources using a command-line interface.
Developers, security researchers, or system administrators who need a fast, extensible command-line tool for web page link extraction and reconnaissance.