ChopChop is a command-line tool for dynamic application security testing on web applications, initially written by the Michelin CERT.Its goal is to scan several endpoints and identify exposition of services/files/folders through the webroot. Checks/Signatures are declared in a config file (by default: chopchop.yml), fully configurable, and especially by developers.
quay.io/trickest/chopchop:2f4838c
--threads
Number of threads (Default 1).--timeout
Timeout for the HTTP requests (Default: 10s).--insecure
Check SSL certificate.--url-file
Path to a specified file containing URLs to test. If this is used, you should not connect url parameter and vice versa.-v
Log level (debug, info, warn, error, fatal, panic) (default warning)--signatures
Path to signature file (Default: chopchop.yml).--max-severity
Block the CI pipeline if severity is over or equal specified flag.--plugin-filters
Filter by the name of the plugin (engine will only check for plugin with the same name).--severity-filter
Filter by severity (engine will check for same severity checks).