katana

Web crawling and spidering framework for security testing

brewmacoslinux
Try with needOr install directly
Source

About

Crawling and spidering framework

Commands

katana

Examples

Basic crawling of a single URL$ katana -u https://example.com
Crawl with depth limit and output results to file$ katana -u https://example.com -d 3 -o urls.txt
Crawl multiple URLs from file with custom headers$ katana -list targets.txt -H 'User-Agent: Custom'