viproy-voipkit icon indicating copy to clipboard operation
viproy-voipkit copied to clipboard

WARNING! The following modules could not be loaded!

Open x011 opened this issue 9 years ago • 2 comments

metasploit v4.11.4-2015071402

I've ran the ./kaliinstall.sh then opened the metasploit and got this:

[-] WARNING! The following modules could not be loaded! [-] /usr/share/metasploit-framework/modules/auxiliary/voip/viproy_msrp_header_fuzzer_with_invite.rb: NameError uninitialized constant Msf::Auxiliary::MSRP [-] /usr/share/metasploit-framework/modules/auxiliary/voip/viproy_boghe_msrp_exploit_poc.rb: NameError uninitialized constant Msf::Auxiliary::MSRP [-] /usr/share/metasploit-framework/modules/auxiliary/voip/viproy_msrp_fuzzer_with_invite.rb: NameError uninitialized constant Msf::Auxiliary::MSRP [-] /usr/share/metasploit-framework/modules/auxiliary/voip/viproy_msrp_with_invite.rb: NameError uninitialized constant Msf::Auxiliary::MSRP [-] /usr/share/metasploit-framework/modules/auxiliary/voip/viproy_boghe_invite_exploit_poc.rb: NameError uninitialized constant Msf::Auxiliary::MSRP

x011 avatar Sep 15 '15 15:09 x011

Were you able to fix this error? I have the same issue...

a3rosol avatar Feb 23 '16 11:02 a3rosol

Managed to fix the warning messages by adding the line require 'msf/core/auxiliary/msrp' into /usr/share/metasploit-framework/lib/msf/core/auxiliary/mixins.rb as per https://github.com/fozavci/viproy-voipkit#installation

0x776b7364 avatar Mar 21 '16 01:03 0x776b7364