edoardottt / cariddi

Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more
https://edoardottt.com/
GNU General Public License v3.0
1.54k stars 158 forks source link

Raw requests improvements #128

Open ocervell opened 1 year ago

ocervell commented 1 year ago

A few useful features would be nice for storing raw responses (-sr):

Rationale: 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, or nuclei, 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.

edoardottt commented 1 year ago

Thanks for the issue @ocervell ! Always appreciated. When I'll have more time I'll reason on this a bit better and I will provide my thoughts.

In the meanwhile anyone reading here can be assigned to this issue and work on this :)

These are the open linked issues:

https://github.com/edoardottt/cariddi/issues/129

https://github.com/edoardottt/cariddi/issues/130

ocervell commented 1 year ago

I might take over it when I get the chance, will let you know ;)

kartikeysemwal commented 3 months ago

as it is still open can I pick this? @edoardottt

edoardottt commented 3 months ago

as it is still open can I pick this? @edoardottt

yep

kartikeysemwal commented 3 months ago

Opened #161 , please review