Is your feature request related to a problem? Please describe.
As an user i want to use test my ssh-server (or already found ssh port) based on best practices and given security policies with the secureCodeBox.
Some Best Practices on the topic ssh hardening can be found here:
Describe the solution you'd like
There are already some ssh security scanners like:
Especially the mozilla ssh_scan seems to be a good candidate to implement.
It's well documented and has a active community. It supports JSON output and the possibility to add my own ssh check policy.
Additional context
A new ssh scanner could be combined with the existing port scanner (nmap) to check found ssh ports.
Steps to implement a new scanner
A general guide how to implement a new scanner is documented here
Must have
Should have
Is your feature request related to a problem? Please describe.
As an user i want to use test my ssh-server (or already found ssh port) based on best practices and given security policies with the secureCodeBox.
Some Best Practices on the topic ssh hardening can be found here:
Describe the solution you'd like
There are already some ssh security scanners like:
Especially the mozilla ssh_scan seems to be a good candidate to implement.
It's well documented and has a active community. It supports JSON output and the possibility to add my own ssh check policy.
Additional context
A new ssh scanner could be combined with the existing port scanner (nmap) to check found ssh ports.
Steps to implement a new scanner
A general guide how to implement a new scanner is documented here
Must have
Should have