Sha256: 47ba83c9574a7ac9e7f37631095ce65fc40cc27fd2c0b3d98f375e7edf45aab9
Contents?: true
Size: 308 Bytes
Versions: 3
Compression:
Stored size: 308 Bytes
Contents
module Yawast module Commands class DNS def self.process(args, options) uri = Yawast::Commands::Utils.extract_uri(args) Yawast.header puts "Scanning: #{@uri}" puts Yawast::Scanner::Plugins::DNS::Generic.dns_info uri, options end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yawast-0.6.0.beta5 | lib/commands/dns.rb |
yawast-0.6.0.beta4 | lib/commands/dns.rb |
yawast-0.6.0.beta3 | lib/commands/dns.rb |