fozavci / viproy-voipkit

VIPROY - VoIP Pen-Test Kit for Metasploit Framework
Other
402 stars 106 forks source link

WARNING! The following modules could not be loaded! #8

Open x011 opened 9 years ago

x011 commented 9 years ago

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

a3rosol commented 8 years ago

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

0x776b7364 commented 8 years ago

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