chvancooten / BugBountyScanner

A Bash script and Docker image for Bug Bounty reconnaissance. Intended for headless use.
MIT License
872 stars 120 forks source link

Allow configurable output directory #12 #26

Closed denvera closed 4 years ago

chvancooten commented 4 years ago

Looks good, thanks! Any particular reason you chose not to create the chosen output dir if it does not exist?

denvera commented 4 years ago

No particular reason, would you prefer that? Happy to quickly make the change!

chvancooten commented 4 years ago

I think the ideal setup would be that it prompts the user to create to create the directory or not. If not -> exit (as it is now). Thanks, that would be great!

chvancooten commented 4 years ago

Thanks a lot @denvera!