Class: Yawast::Commands::Ssl

Inherits:
Object
  • Object
show all
Defined in:
lib/commands/ssl.rb

Class Method Summary collapse

Class Method Details

.process(args, options) ⇒ Object



4
5
6
7
8
# File 'lib/commands/ssl.rb', line 4

def self.process(args, options)
  uri = Yawast::Commands::Utils.extract_uri(args)

  Yawast::Scanner::Core.check_ssl(uri, options, nil)
end