返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Katana下一代网络爬取和蜘蛛框架

ProjectDiscovery 的 Katana 是一个用 Go 编写的快速、可配置的网页爬取和蜘蛛框架。它支持标准和无头浏览器模式、JavaScript 解析、自动表单填充,并提供结构化输出以供输入到安全和数据管道中。

person作者: user_3c6cb52ehubcommunity

Katana下一代网络爬取和蜘蛛框架

Katana by ProjectDiscovery is a fast, configurable web crawling and spidering framework written in Go. It supports standard and headless browser modes, JavaScript parsing, automatic form filling, and structured output for feeding into security and data pipelines.

Installation

Use the upstream install or setup path that matches your environment:

  • docker pull projectdiscovery/katana:latest
  • docker run projectdiscovery/katana:latest -u https://tesla.com
  • docker run projectdiscovery/katana:latest -u https://tesla.com -system-chrome -headless
  • go install github.com/projectdiscovery/katana/cmd/katana@latest

Requirements and caveats from upstream:

  • katana requires Go 1.25+ to install successfully. If you encounter any installation issues, we recommend trying with the latest available version of Go, as the minimum required version may have changed. Run the comman...
  • <summary>Docker</summary>
  • To install / update docker to latest tag -

Basic usage or getting-started notes:

  • <a href="#usage">Usage</a>

  • console

  • CGO_ENABLED=1 go install github.com/projectdiscovery/katana/cmd/katana@latest

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/projectdiscovery/katana/HEAD/README.md