fix problem with report_auth_info that was passed invalid host and port params.
parent
d494ed9bf7
commit
3fc1c1db73
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue