Sha256: 1e8536f41952530e12b341ee33dd4e0322a34ce4de6acbdeafe25cbb5d46802a
Contents?: true
Size: 677 Bytes
Versions: 22
Compression:
Stored size: 677 Bytes
Contents
module WPScan module Finders class Finder module WpVersion # SmartURLChecker specific for the WP Version module SmartURLChecker include CMSScanner::Finders::Finder::SmartURLChecker def create_version(number, opts = {}) WPScan::WpVersion.new( number, found_by: opts[:found_by] || found_by, confidence: opts[:confidence] || 80, interesting_entries: opts[:entries] ) rescue WPScan::InvalidWordPressVersion nil # Invalid Version returned as nil and will be ignored by Finders end end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems