SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

Add CLI arguments #2

Closed gopinath6 closed 5 years ago

gopinath6 commented 5 years ago

Nice tool! Any option to give all the configuration option at starting of command itself?Currently we need to monitor tool continuously to enter option for next step..If we give all configure at first step , we can check result after finishing every steps

SolomonSklash commented 5 years ago

Thanks!

Adding command line arguments so that it doesn't need to be interactive is my top priority.

gopinath6 commented 5 years ago

Also providing option to select particular tools(instead of executing all tools) for content discovery/information discovery would be good

SolomonSklash commented 5 years ago

I've released v3.0, with a new CLI mode. Let me know what you think. So far there is no option to select individual tools.

gopinath6 commented 5 years ago

Thanks!