Class: Yawast::Commands::Scan
- Inherits:
-
Object
- Object
- Yawast::Commands::Scan
- Defined in:
- lib/commands/scan.rb
Class Method Summary collapse
Class Method Details
.process(args, options) ⇒ Object
4 5 6 7 8 |
# File 'lib/commands/scan.rb', line 4 def self.process(args, ) uri = Yawast::Commands::Utils.extract_uri(args) Yawast::Scanner::Core.process(uri, ) end |