Sha256: 83c0c05c22f10bf4162881a8f5f59ef4dac46a2b549cb44eedf3ada4d6bb3d19
Contents?: true
Size: 222 Bytes
Versions: 34
Compression:
Stored size: 222 Bytes
Contents
module Yawast module Commands class Scan def self.process(args, options) uri = Yawast::Commands::Utils.extract_uri(args) Yawast::Scanner::Core.process(uri, options) end end end end
Version data entries
34 entries across 34 versions & 1 rubygems