-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to store http responses to file #177
Comments
@ehsandeep What are your thoughts on expanding this to allow for storing the HTTP request as well? In some cases I may just want the requests and in others the responses would be helpful. Perhaps they are stored as a pair, rather than the same file? The current PR seems to drop the request body, which is a fixable issue on it's own, but I'd consider to be a bug. The raw HTTP request is something that could be used by other tools, so long as it's "well-formed". |
@wdahlenburg thanks for pointing this and good point on the request, I will create a follow-up ticket as this can be extended to get more controls like |
I wrote that comment before I messed with proxify, but is there a good reason for the output formats to be different between katana and proxify? |
* Added SECURITY.md * Option to store http responses to file (#177) * Remove debug output * Add store response option * update * update sum * update * update * fix test * update output Co-authored-by: Sandeep Singh <[email protected]>
An option to download all discovered files would be great. I know I can write a simple function to download all files via curl/wget etc, but having the option via katana itself would be ideal.
Based on - projectdiscovery/httpx#848
The text was updated successfully, but these errors were encountered: