Method: WPScan::Model::XMLRPC#references

Defined in:
app/models/xml_rpc.rb

#referencesHash

Returns:

  • (Hash)


10
11
12
13
14
15
16
17
18
19
20
# File 'app/models/xml_rpc.rb', line 10

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