Sha256: 410910e835a10be9bbe6523d78403a239ff8f05d2c5d8c2e385ffe56813ce30e

Contents?: true

Size: 707 Bytes

Versions: 29

Compression:

Stored size: 707 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
        @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

29 entries across 29 versions & 1 rubygems

Version Path
wpscan-3.8.27 app/models/xml_rpc.rb
wpscan-3.8.26 app/models/xml_rpc.rb
wpscan-3.8.25 app/models/xml_rpc.rb
wpscan-3.8.24 app/models/xml_rpc.rb
wpscan-3.8.22 app/models/xml_rpc.rb
wpscan-3.8.21 app/models/xml_rpc.rb
wpscan-3.8.20 app/models/xml_rpc.rb
wpscan-3.8.19 app/models/xml_rpc.rb
wpscan-3.8.18 app/models/xml_rpc.rb
wpscan-3.8.17 app/models/xml_rpc.rb
wpscan-3.8.16 app/models/xml_rpc.rb
wpscan-3.8.15 app/models/xml_rpc.rb
wpscan-3.8.14 app/models/xml_rpc.rb
wpscan-3.8.13 app/models/xml_rpc.rb
wpscan-3.8.12 app/models/xml_rpc.rb
wpscan-3.8.11 app/models/xml_rpc.rb
wpscan-3.8.10 app/models/xml_rpc.rb
wpscan-3.8.9 app/models/xml_rpc.rb
wpscan-3.8.8 app/models/xml_rpc.rb
wpscan-3.8.7 app/models/xml_rpc.rb