Sha256: 12564aacfa4dad2d3feaf6caae599b251f360603416957ef082600835b04290c

Contents?: true

Size: 600 Bytes

Versions: 22

Compression:

Stored size: 600 Bytes

Contents

module WPScan
  # Override of the CMSScanner::XMLRPC to include the references
  class XMLRPC < CMSScanner::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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
wpscan-3.4.5 app/models/xml_rpc.rb
wpscan-3.4.4 app/models/xml_rpc.rb
wpscan-3.4.3 app/models/xml_rpc.rb
wpscan-3.4.2 app/models/xml_rpc.rb
wpscan-3.4.1 app/models/xml_rpc.rb
wpscan-3.4.0 app/models/xml_rpc.rb
wpscan-3.3.3 app/models/xml_rpc.rb
wpscan-3.3.2 app/models/xml_rpc.rb
wpscan-3.3.1 app/models/xml_rpc.rb
wpscan-3.3.0 app/models/xml_rpc.rb
wpscan-3.2.1 app/models/xml_rpc.rb
wpscan-3.2.0 app/models/xml_rpc.rb
wpscan-3.1.0 app/models/xml_rpc.rb
wpscan-3.0.8 app/models/xml_rpc.rb
wpscan-3.0.7 app/models/xml_rpc.rb
wpscan-3.0.6 app/models/xml_rpc.rb
wpscan-3.0.5 app/models/xml_rpc.rb
wpscan-3.0.4 app/models/xml_rpc.rb
wpscan-3.0.3 app/models/xml_rpc.rb
wpscan-3.0.2 app/models/xml_rpc.rb