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