From a0862638e7e2c0202482b340de57d2d318cd1cc9 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 4 May 2025 01:47:14 +1000 Subject: [PATCH] katana: update page (#16355) --- pages/common/katana.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/common/katana.md b/pages/common/katana.md index 37bf4ff5b6..cf38dacf6d 100644 --- a/pages/common/katana.md +++ b/pages/common/katana.md @@ -2,7 +2,7 @@ > A fast crawler focused on execution in automation pipelines offering both headless and non-headless crawling. > See also: `gau`, `scrapy`, `waymore`. -> More information: . +> More information: . - Crawl a list of URLs: @@ -12,10 +12,6 @@ `katana -u {{https://example.com}} {{[-hl|-headless]}}` -- Use `subfinder` to find subdomains, and then use [p]a[s]sive sources (Wayback Machine, Common Crawl, and AlienVault) for URL discovery: - -`subfinder {{[-dL|-list]}} {{path/to/domains.txt}} | katana -passive` - - Pass requests through a proxy (http/socks5) and use custom headers from a file: `katana -proxy {{http://127.0.0.1:8080}} {{[-H|-headers]}} {{path/to/headers.txt}} -u {{https://example.com}}`