diff --git a/modules/auxiliary/server/capture/sip.rb b/modules/auxiliary/server/capture/sip.rb index cd8a663faa..0ddd78c71f 100644 --- a/modules/auxiliary/server/capture/sip.rb +++ b/modules/auxiliary/server/capture/sip.rb @@ -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",