Add check and removed HttpClient

bug/bundler_fix
Roberto Soares 2015-04-16 10:22:10 -03:00
parent 890561bff3
commit 768294710b
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,6 @@ require 'msf/core'
class Metasploit3 < Msf::Auxiliary
include Msf::Auxiliary::Report
include Msf::Exploit::Remote::HttpClient
include Msf::HTTP::Wordpress
include Msf::Auxiliary::Scanner
@ -40,6 +39,10 @@ class Metasploit3 < Msf::Auxiliary
], self.class)
end
def check
check_plugin_version_from_readme('wp-mobile-edition', '2.3')
end
def run_host(ip)
traversal = "../" * datastore['DEPTH']
filename = datastore['FILEPATH']