Sha256: 7b6dd372edeb3f84ed392363e6e6f94ff1dde3a51e50402dc0158341288437b1

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require 'ssl_scan/main'


# register interrupt handlers
trap("TERM") do
  exit(1)
end

trap("QUIT") do
  exit(1)
end

app = SSLScan::Main.new
app.run(ARGV.length, ARGV)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ssl_scan-0.0.6 bin/ssl_scan
ssl_scan-0.0.5 bin/ssl_scan
ssl_scan-0.0.4 bin/ssl_scan
ssl_scan-0.0.2 bin/ssl_scan