projectdiscovery / katana

A next-generation crawling and spidering framework.
MIT License
11.13k stars 589 forks source link

Replay proxy like ffuf #147

Closed brenocss closed 1 year ago

brenocss commented 1 year ago

Please describe your feature request:

https://github.com/ffuf/ffuf -replay-proxy Replay matched requests using this proxy.

Describe the use case of this feature:

Just replay to proxy when match

ehsandeep commented 1 year ago

Just replay to proxy when match

by match, do you mean results? which can be already send to burp with -proxy http://127.0.0.1:8080 or could you clarify this more?

parthmalhotra commented 1 year ago

@brenocss : FFUF replay only posts found paths to a forward proxy/burp, The crawler doesn't work this way. The crawler visits all paths/urls found, So I don't think the -replay-proxy feature will be needed in katana, as @ehsandeep mentioned you can always use the -proxy option here.