-
-
Notifications
You must be signed in to change notification settings - Fork 292
Raw requests improvements #128
Copy link
Copy link
Open
Labels
GoenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
GoenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
A few useful features would be nice for storing raw responses (
-sr):-srd /path/to/responses/dir(similar tohttpx/katana) #129stored_response_pathto JSON lines output to show where the request / response raw file was stored #130Rationale:
A custom directory is nice to have when you run in distributed environments and you want to save all requests to a shared mount for instance, so that later you can run batch tools to get all the raw requests and analyze them offline (with
cariddi, ornuclei, etc...)The
stored_response_pathcan be useful when saving the results to a database, so that we can later retrieve the corresponding response txt file.