Skip to content

Commit

Permalink
Remove deprecated method call in vbulletin_vote_sqli_exec module
Browse files Browse the repository at this point in the history
  • Loading branch information
errorxyz committed Sep 23, 2023
1 parent d9f89ad commit 68b24b1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/exploits/unix/webapp/vbulletin_vote_sqli_exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -400,16 +400,6 @@ def exploit
}.merge(service_details)
create_credential_and_login(connection_details)

# why is this stored another way?
report_auth_info({
:host => rhost,
:port => rport,
:user => user[0],
:pass => user[1],
:type => "hash",
:sname => (ssl ? "https" : "http"),
:proof => "salt: #{user[2]}" # Using proof to store the hash salt
})
users << user
end

Expand Down

0 comments on commit 68b24b1

Please sign in to comment.