change sname in report_auth_info from sip_challenge to sip_client

unstable
Patrik Karlsson 2012-07-20 19:48:15 +02:00
parent 5dc985c911
commit 08f0f693b0
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class Metasploit3 < Msf::Auxiliary
report_auth_info(
:host => @requestor[:ip],
:port => @requestor[:port],
:sname => 'sip_challenge',
:sname => 'sip_client',
:user => username,
:pass => response + ":" + auth_tokens['nonce'] + ":" + algorithm,
:type => "sip_hash",