Class: WPScan::Model::XMLRPC

Inherits:
CMSScanner::Model::XMLRPC
  • Object
show all
Includes:
References
Defined in:
app/models/xml_rpc.rb

Overview

Override of the CMSScanner::XMLRPC to include the references

Instance Method Summary collapse

Methods included from References

#references_urls, #wpvulndb_ids, #wpvulndb_url, #wpvulndb_urls

Instance Method Details

#referencesHash

Returns:

  • (Hash)


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

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