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}")
report_auth_info(
:host => client_ip,
:port => server_ip,
:host => @requestor[:ip],
:port => @requestor[:port],
:sname => 'sip_challenge',
:user => username,
:pass => response + ":" + auth_tokens['nonce'] + ":" + algorithm,