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

Added the ability to specific signatures to be checked. #39

Closed PaulSec closed 4 years ago

PaulSec commented 4 years ago

This can be done like this:

./gochopchop scan -u http://127.0.0.1:8000 --timeout 1 --verbose --csv --csv-file boo.csv --signature-name "Git,Zimbra,Jenkins"

Closes #35