sslscan

Crystal shard wrapping the rbsec/sslscan utility shard ssl tls security detection vulnerabilities scanner
1.0.0 Latest release released

sslscan.cr Build Status Releases License

Crystal shard wrapping sslscan (v2) utility.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      sslscan:
        github: NeuraLegion/sslscan.cr
    
  2. Run shards install

Usage

require "sslscan"

report = SSLScan.scan "github.com" # => #<SSLScan::Report ...>

# Browse the already aggregated issues
report.issues.each do |issue|
  issue.severity # SSLScan::Issue::Severity
  issue.type     # String
  issue.context  # String
end
report.issues.select(&.severity.high?) # => Set{...}

# Or access the test results directly for further inspection
report.test # => #<SSLScan::Test ...>

Contributing

  1. Fork it (https://github.com/NeuraLegion/sslscan.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

sslscan:
  github: NeuraLegion/sslscan.cr
  version: ~> 1.0.0
License MIT
Crystal 0.35.1

Authors

Dependencies 0

Development Dependencies 2

  • ameba ~> 0.13.2
    {'github' => 'crystal-ameba/ameba', 'version' => '~> 0.13.2'}
  • spectator ~> 0.9.23
    {'gitlab' => 'arctic-fox/spectator', 'version' => '~> 0.9.23'}

Dependents 0

Last synced .
search fire star recently