Sha256: ee2552777492bd98d519f56ca39ea40f79229be298d04666ccbdd453f693963a
Contents?: true
Size: 290 Bytes
Versions: 22
Compression:
Stored size: 290 Bytes
Contents
module Yawast module Scanner class Nginx def self.check_banner(banner) #don't bother if this doesn't include nginx return unless banner.include? 'nginx/' Yawast::Utilities.puts_warn "nginx Version: #{banner}" puts '' end end end end
Version data entries
22 entries across 22 versions & 1 rubygems