michelin / ChopChop

ChopChop is a CLI to help developers scanning endpoints and identifying exposition of sensitive services/files/folders.
Other
673 stars 78 forks source link

ChopChop not exiting properly #44

Closed PaulSec closed 3 years ago

PaulSec commented 3 years ago

If you do not specify the url and/or a url-file, the binary exists and displays "No vulnerabilities found." which is wrong.

See:

/tmp # ./gochopchop  scan
No vulnerabilities found.
/tmp # 

It would be better to fail saying that no url and/or url-file has been specified.