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 signature name #35

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 names.

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

$ ./chopchop scan -u http://foobar.com --signature "git*"