katana

Katana: a new crawling and spidering tool

A new web crawler and spidering tool from ProjectDiscovery.io has been released. Install katana requires Go 1.18 to install successfully. go install github.com/projectdiscovery/katana/cmd/katana@latest Usage Input Crawling Mode According to Katana’s documentation: Standard Mode Standard crawling modality uses the standard go HTTP library under the hood to handle HTTP requests/responses. This modality is much faster as it doesn’t have the browser overhead. Still, it analyzes HTTP responses body as is, without any javascript