mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:35:34 +02:00
katana: update page (#16355)
This commit is contained in:
parent
f0a0f57e5e
commit
a0862638e7
1 changed files with 1 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A fast crawler focused on execution in automation pipelines offering both headless and non-headless crawling.
|
> A fast crawler focused on execution in automation pipelines offering both headless and non-headless crawling.
|
||||||
> See also: `gau`, `scrapy`, `waymore`.
|
> See also: `gau`, `scrapy`, `waymore`.
|
||||||
> More information: <https://github.com/projectdiscovery/katana>.
|
> More information: <https://docs.projectdiscovery.io/tools/katana/running>.
|
||||||
|
|
||||||
- Crawl a list of URLs:
|
- Crawl a list of URLs:
|
||||||
|
|
||||||
|
@ -12,10 +12,6 @@
|
||||||
|
|
||||||
`katana -u {{https://example.com}} {{[-hl|-headless]}}`
|
`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:
|
- 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}}`
|
`katana -proxy {{http://127.0.0.1:8080}} {{[-H|-headers]}} {{path/to/headers.txt}} -u {{https://example.com}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue