Land #7644, cred fix for vbulletin_vote_sqli_exec

bug/bundler_fix
William Vu 2016-12-01 15:47:31 -06:00
commit ff8141c1b5
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 0 additions and 26 deletions

View File

@ -371,32 +371,6 @@ class MetasploitModule < Msf::Exploit::Remote
end
end
def report_cred(opts)
service_data = {
address: opts[:ip],
port: opts[:port],
service_name: opts[:service_name],
protocol: 'tcp',
workspace_id: myworkspace_id
}
credential_data = {
origin_type: :service,
module_fullname: fullname,
username: opts[:user],
private_data: opts[:password],
private_type: :password
}.merge(service_data)
login_data = {
core: create_credential(credential_data),
status: Metasploit::Model::Login::Status::UNTRIED,
proof: opts[:proof]
}.merge(service_data)
create_credential_login(login_data)
end
def report_cred(opts)
service_data = {
address: opts[:ip],