shirleyian / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 1 forks source link

new tool: viproy-voipkit #319

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm told we need this

https://github.com/fozavci/viproy-voipkit/

But the install docs say to modify metasploit:

https://github.com/fozavci/viproy-voipkit/blob/master/kaliinstall.sh

Problem is this file seems to change often enough to be annoying:

https://github.com/rapid7/metasploit-framework/blob/master/lib/msf/core/auxiliar
y/mixins.rb

So maybe work with upstream metasploit on a safe way of integrating?

Original issue reported on code.google.com by sidhayn on 30 Nov 2014 at 10:34

GoogleCodeExporter commented 9 years ago
Yes, viproy is an important software to test voip stuff.

Please file an upstream bug to find a solution. Msf calls itself a framework, 
so it should an API, a folder or some other legal way to add new features 
without hacking the code.

Original comment by blshkv on 2 Dec 2014 at 3:24

GoogleCodeExporter commented 9 years ago
18:20 <@hdm> something like: ruby -I /path/to/viproy/lib -r 
msf/core/auxiliary/sip -r msf/core/auxiliary/skinny ./msfconsole -m 
/path/to/viproy/modules/

Original comment by sidhayn on 14 Dec 2014 at 11:29

GoogleCodeExporter commented 9 years ago
An another possible alternative way is to utilize msfrpc. Here is how inception 
does that:

incept implant --msfpw [password] --msfopts [options]

Original comment by blshkv on 12 Jan 2015 at 12:00