edoardottt / cariddi

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

Raw requests improvements #128

Open ocervell opened 11 months ago

ocervell commented 11 months 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 11 months 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 11 months ago

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

kartikeysemwal commented 1 month ago

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

edoardottt commented 4 weeks ago

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

yep

kartikeysemwal commented 3 weeks ago

Opened #161 , please review