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

Feat/save responses to output directory provided in new -srd flag and also print if in json if -json flag enabled fixes #128, #129, #130 #161

Open kartikeysemwal opened 3 weeks ago

kartikeysemwal commented 3 weeks ago

Fixes #129 The code changes include new -srd flag. The directory will be used to save all the output files, such textOutput, htmlOutput, indexResponses and raw response. Earlier all these file used to be saved in the "output-cariddi" in the same directory.

Fixes #130 The output path of the stored response will also be printed in the json output if -json flag is enabled

edoardottt commented 2 weeks ago

Hi @kartikeysemwal ! Thanks for your work and contribution. Really appreciated.

Two actions are failing (go build and linter). Please fix them before I start a review : )

If you need any help/assistance I'm here !

kartikeysemwal commented 2 weeks ago

@edoardottt updated according to the workflow errors, could you please rerun and check

edoardottt commented 6 days ago

any update on this review?

kartikeysemwal commented 6 days ago

Hi @edoardottt, yes I will update the PR by weekend. But do we agree on StoreResp part in the first review comment.

edoardottt commented 6 days ago

Hi @edoardottt, yes I will update the PR by weekend. But do we agree on StoreResp part in the first review comment.

yes, we do :)

kartikeysemwal commented 2 days ago

@edoardottt , PR is updated, incase you missed