Class: SSLyze::Program
- Inherits:
-
RProgram::Program
- Object
- RProgram::Program
- SSLyze::Program
- Defined in:
- lib/sslyze/program.rb
Overview
Represents the sslyze
command line utility.
Class Method Summary collapse
-
.analyze(options = {}, exec_options = {}) {|task| ... } ⇒ Boolean
Finds the
sslyze
script and runs it.
Instance Method Summary collapse
Class Method Details
.analyze(options = {}, exec_options = {}) {|task| ... } ⇒ Boolean
Finds the sslyze
script and runs it.
35 36 37 |
# File 'lib/sslyze/program.rb', line 35 def self.analyze(={},={},&block) find.analyze(,,&block) end |
Instance Method Details
#analyze(options = {}, exec_options = {}) {|task| ... } ⇒ Boolean
Runs sslyze
.
61 62 63 |
# File 'lib/sslyze/program.rb', line 61 def analyze(={},={},&block) run_task(Task.new(,&block),) end |