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