Raw requests improvements #128
Labels
enhancement
New feature or request
Go
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra 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_path
to 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_path
can be useful when saving the results to a database, so that we can later retrieve the corresponding response txt file.The text was updated successfully, but these errors were encountered: