fozavci / viproy-voipkit

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

Issue in viproy-sip-udpampdos #3

Closed Moloson closed 10 years ago

Moloson commented 10 years ago

There is a missing import in this module causing the following exception:

[*] The following Error was encountered: NameError undefined local variable or method `open_pcap' for #Msf::Modules::Mod617578696c696172792f766f69702f766970726f792d7369702d756470616d70646f73::Metasploit3:0x000000137dbb90

Just add :

include Msf::Exploit::Capture
fozavci commented 10 years ago

Added, thanks.