Sha256: 882470c689d6a19320eb8a11a8672b78e9fc4d481b4b0591eb174cf30d7b7e20

Contents?: true

Size: 691 Bytes

Versions: 20

Compression:

Stored size: 691 Bytes

Contents

# frozen_string_literal: true

module WPScan
  module Model
    # Override of the CMSScanner::XMLRPC to include the references
    class XMLRPC < CMSScanner::Model::XMLRPC
      include References # To be able to use the :wpvulndb reference if needed

      # @return [ Hash ]
      def references
        {
          url: ['http://codex.wordpress.org/XML-RPC_Pingback_API'],
          metasploit: [
            'auxiliary/scanner/http/wordpress_ghost_scanner',
            'auxiliary/dos/http/wordpress_xmlrpc_dos',
            'auxiliary/scanner/http/wordpress_xmlrpc_login',
            'auxiliary/scanner/http/wordpress_pingback_access'
          ]
        }
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
wpscan-3.7.9 app/models/xml_rpc.rb
wpscan-3.7.8 app/models/xml_rpc.rb
wpscan-3.7.7 app/models/xml_rpc.rb
wpscan-3.7.6 app/models/xml_rpc.rb
wpscan-3.7.5 app/models/xml_rpc.rb
wpscan-3.7.4 app/models/xml_rpc.rb
wpscan-3.7.3 app/models/xml_rpc.rb
wpscan-3.7.2 app/models/xml_rpc.rb
wpscan-3.7.1 app/models/xml_rpc.rb
wpscan-3.7.0 app/models/xml_rpc.rb
wpscan-3.6.3 app/models/xml_rpc.rb
wpscan-3.6.2 app/models/xml_rpc.rb
wpscan-3.6.1 app/models/xml_rpc.rb
wpscan-3.6.0 app/models/xml_rpc.rb
wpscan-3.5.5 app/models/xml_rpc.rb
wpscan-3.5.4 app/models/xml_rpc.rb
wpscan-3.5.3 app/models/xml_rpc.rb
wpscan-3.5.2 app/models/xml_rpc.rb
wpscan-3.5.1 app/models/xml_rpc.rb
wpscan-3.5.0 app/models/xml_rpc.rb