Skip to content

Commit a086263

Browse files
authored
katana: update page (#16355)
1 parent f0a0f57 commit a086263

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pages/common/katana.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A fast crawler focused on execution in automation pipelines offering both headless and non-headless crawling.
44
> See also: `gau`, `scrapy`, `waymore`.
5-
> More information: <https://github.com/projectdiscovery/katana>.
5+
> More information: <https://docs.projectdiscovery.io/tools/katana/running>.
66
77
- Crawl a list of URLs:
88

@@ -12,10 +12,6 @@
1212

1313
`katana -u {{https://example.com}} {{[-hl|-headless]}}`
1414

15-
- Use `subfinder` to find subdomains, and then use [p]a[s]sive sources (Wayback Machine, Common Crawl, and AlienVault) for URL discovery:
16-
17-
`subfinder {{[-dL|-list]}} {{path/to/domains.txt}} | katana -passive`
18-
1915
- Pass requests through a proxy (http/socks5) and use custom headers from a file:
2016

2117
`katana -proxy {{http://127.0.0.1:8080}} {{[-H|-headers]}} {{path/to/headers.txt}} -u {{https://example.com}}`

0 commit comments

Comments
 (0)