nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
MIT License
1.71k stars 233 forks source link

Log results in different files #4

Closed Regala closed 2 years ago

Regala commented 5 years ago

Currently the output is logged into one file which we can specify with the "-o" flag. Ideally, we could use that same flag and two different files would be generated: one with the results from subdomains another with cloud storage results. The names could be pre-appended with the parameter from the output flag.

This would make much easier to parse results from the tool and integration into different workflows.

Cheres

nsonaniya2010 commented 5 years ago

Updated. Use the '-cop' or '--cloudop' with file name to save the results.

wingzRED commented 2 years ago

Just to expand on this, would also be nice to have a third output file for GitHub secrets, maybe -gop ?

nsonaniya2010 commented 2 years ago

Sure @wingzRED. Will add it by this weekend.

nsonaniya2010 commented 2 years ago

@wingzRED Made changes to the latest version. Please check!! Thanks

wingzRED commented 2 years ago

Yeah confirmed its working, cheers @nsonaniya2010 !

nsonaniya2010 commented 2 years ago

Thanks for the confirmation!!