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

Specify specific signatures to be checked by severity #34

Closed PaulSec closed 4 years ago

PaulSec commented 4 years ago

Hi,

It would be great to being able to perform scanning by specifying signatures based on their rating {Informational, Low, Medium, High}.

For example if a user wants to scan URLs with only "High" signatures, it would be :

$ ./chopchop scan -u http://foobar.com --severity High