fozavci / viproy-voipkit

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

Cannot load viproy sip invite module in msf 5.0 #15

Open rigyaja opened 5 years ago

rigyaja commented 5 years ago

Installed using kaliinstall.sh script, Got no errors then I added these to mixins.rb require 'msf/core/auxiliary/sip' require 'msf/core/auxiliary/skinny' require 'msf/core/auxiliary/msrp'

but when i open msfconsole it shows viproy sip invite cannot be loaded and another warning message for a different module

msf_viproy

whoot commented 4 years ago

Just read the output: all information is listed in /root/.msf4/logs/framework.log

If you would have done that you would know, that you have to do the following to make it work:

  1. rename viproy_sip-invite-sdptest.rb to viproy_sip_invite_sdptest.rb
  2. Open modules/auxiliary/spoof/cisco/viproy_cdp.rb and exchange Metasploit3 with MetasploitModule