mozilla/ssh_scan

View on GitHub
lib/ssh_scan/ssh_lib/sentryssh.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SSHScan
  module SSHLib
    class SentrySSH
      def common
        "sentryssh"
      end

      def cpe
        "a:servertech:sentryssh"
      end

      def version
        nil
      end
    end
  end
end