fix problem with report_auth_info that was passed invalid host and port params.

unstable
Patrik Karlsson 2012-07-20 17:07:42 +02:00
parent d494ed9bf7
commit 3fc1c1db73
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ class Metasploit3 < Msf::Auxiliary
print_status("SIP LOGIN: #{proof}") print_status("SIP LOGIN: #{proof}")
report_auth_info( report_auth_info(
:host => client_ip, :host => @requestor[:ip],
:port => server_ip, :port => @requestor[:port],
:sname => 'sip_challenge', :sname => 'sip_challenge',
:user => username, :user => username,
:pass => response + ":" + auth_tokens['nonce'] + ":" + algorithm, :pass => response + ":" + auth_tokens['nonce'] + ":" + algorithm,