katana: edit page (#12640)

This commit is contained in:
Fazle Arefin
2024-04-15 04:07:34 +10:00
committed by GitHub
parent a7d8a2c29d
commit 4066c8e546

View File

@@ -12,9 +12,9 @@
`katana -u {{https://example.com}} -headless`
- Use [p]a[s]sive sources (Wayback Machine, Common Crawl, and AlienVault) for URL discovery:
- Use `subfinder` to find subdomains, and then use [p]a[s]sive sources (Wayback Machine, Common Crawl, and AlienVault) for URL discovery:
`cat {{example.com}} | katana -passive`
`subfinder -list {{path/to/domains.txt}} | katana -passive`
- Pass requests through a proxy (http/socks5) and use custom [H]eaders from a file:
@@ -24,6 +24,6 @@
`katana -strategy {{depth-first|breadth-first}} -depth {{value}} -rate-limit {{value}} -u {{https://example.com}}`
- Crawl a list of domains, each for a specific amount of seconds, and write results to an [o]utput file:
- Find subdomains using `subfinder`, crawl each for a maximum number of seconds, and write results to an [o]utput file:
`cat {{path/to/domains.txt}} | katana -crawl-duration {{value}} -output {{path/to/output.txt}}`
`subfinder -list {{path/to/domains.txt}} | katana -crawl-duration {{value}} -output {{path/to/output.txt}}`