From 08f0f693b06d94ed423cc8d00e7db25f1ef87062 Mon Sep 17 00:00:00 2001 From: Patrik Karlsson Date: Fri, 20 Jul 2012 19:48:15 +0200 Subject: [PATCH] change sname in report_auth_info from sip_challenge to sip_client --- modules/auxiliary/server/capture/sip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",