🚓 New Scanner implementation request
Is your feature request related to a problem
As a security analyst i would like to use the secureCodeBox to check my external attack surface. Especially CMS systems like Wordpress or Typo3 are common systems that may introduce new vulnerabilites on a regular basis.
The BlogPost of @JavanXD https://javan.de/securing-typo3-cms-new-security-scanner/ also motivates this topic.
Describe the solution you'd like
Since the secureCodeBox already supports the Wordpress scanner WPScan it would be great to also add at least one Typo3 scanner. There are two candidates (referring to the blog post):
Describe alternatives you've considered
Additional context
Steps to implement a new scanner
Hint: A general guide how to implement a new SCB scanner is documented here
🚓 New Scanner implementation request
Is your feature request related to a problem
As a security analyst i would like to use the secureCodeBox to check my external attack surface. Especially CMS systems like Wordpress or Typo3 are common systems that may introduce new vulnerabilites on a regular basis.
The BlogPost of @JavanXD https://javan.de/securing-typo3-cms-new-security-scanner/ also motivates this topic.
Describe the solution you'd like
Since the secureCodeBox already supports the Wordpress scanner WPScan it would be great to also add at least one Typo3 scanner. There are two candidates (referring to the blog post):
Describe alternatives you've considered
Additional context
Steps to implement a new scanner
Hint: A general guide how to implement a new SCB scanner is documented here
README.gotmpland give a brief overview of the scanner and its configuration options.scan-type.yamlparse-definition.yamlcascading-rules.yamllike documented hereDockerfilefor the scanner if there is no existing one publicly available on dockerHubscan.yamlandfinding.yamlfiles in the example folder