Active Members Fi8sVrs Posted April 17, 2013 Active Members Report Posted April 17, 2013 Viproy - VoIP Penetration Testing KitProject Page : http://www.github.com/fozavci/viproy-voipkitDownload : https://github.com/fozavci/viproy-voipkit/archive/master.zipViproy Voip Pen-Test Kit is developed to improve quality of SIP Penetration Tests. It provides authentication feature that helps to create simple tests. It includes 7 different modules with authentication support: options tester, brute forcer, enumerator, invite tester, trust analyzer, proxy and registration tester. All attacks could perform before and after authentication to fuzz SIP services and value added services.SIP Pen-test guide will be published soon. Basic Usage of Modules are presented below, it can be used before guide. All modules have DEBUG and VERBOSE supportsPreparing Test NetworkVulnVOIP is vulnerable SIP server, you can use it for testsVulnVOIP : VulnVoIP Archives - RebootuserInstallationCopy "lib" and "modules" folders' content to Metasploit Root Directory.Mixins.rb File (lib/msf/core/auxiliary/mixins.rb) Should Contain This Linerequire 'msf/core/auxiliary/sip'Videos & PapersAttacking SIP/VoIP Servers Using VIPROY VoIP Pen-Test Kit for Fun & Profit - Video (50 mins)This is a training video for penetration testing of SIP servers.Chapters of Training Video1-Footprinting of SIP Services2-Enumerating SIP Services3-Registering SIP Service with/without Credentials4-Brute Force Attack for SIP Service5-Call Initiation with/without Spoof & Credentials6-Hacking Trust Relationships7-Intercepting SIP Client with SIP Proxy Viproy - VoIP Penetration Testing KitProject Page : http://www.github.com/fozavci/viproy-voipkitDownload : https://github.com/fozavci/viproy-voipkit/archive/master.zipViproy Voip Pen-Test Kit is developed to improve quality of SIP Penetration Tests. It provides authentication feature that helps to create simple tests. It includes 7 different modules with authentication support: options tester, brute forcer, enumerator, invite tester, trust analyzer, proxy and registration tester. All attacks could perform before and after authentication to fuzz SIP services and value added services.SIP Pen-test guide will be published soon. Basic Usage of Modules are presented below, it can be used before guide. All modules have DEBUG and VERBOSE supportsPreparing Test NetworkVulnVOIP is vulnerable SIP server, you can use it for testsVulnVOIP : VulnVoIP Archives - RebootuserInstallationCopy "lib" and "modules" folders' content to Metasploit Root Directory.Mixins.rb File (lib/msf/core/auxiliary/mixins.rb) Should Contain This Linerequire 'msf/core/auxiliary/sip'Videos & PapersAttacking SIP/VoIP Servers Using VIPROY VoIP Pen-Test Kit for Fun & Profit - Video (50 mins)This is a training video for penetration testing of SIP servers.Chapters of Training Video1-Footprinting of SIP Services2-Enumerating SIP Services3-Registering SIP Service with/without Credentials4-Brute Force Attack for SIP Service5-Call Initiation with/without Spoof & Credentials6-Hacking Trust Relationships7-Intercepting SIP Client with SIP ProxySample Usage Video Hacking Trust Relationships of SIP/NGN Gateways - Video Hacking Trust Relationships Between SIP Gateways (PDF)http://viproy.com/files/siptrust.pdfUsageGlobal Settingssetg CHOST 192.168.1.99 #Local Hostsetg CPORT 5099 #Local Portsetg RHOSTS 192.168.1.1-254 #Target Networksetg RHOST 192.168.1.201 #Target HostBasic Usage of OPTIONS Moduleuse auxiliary/scanner/sip/vsipoptionsshow optionsset THREADS 255runBasic Usage of REGISTER Moduleuse auxiliary/scanner/sip/vsipregistershow optionsrunset LOGIN trueset USERNAME 101set PASSWORD s3cur3runBasic Usage of INVITE Moduleuse auxiliary/scanner/sip/vsipinviteset FROM 2000set TO 1000runset LOGIN trueset FROM 102set USERNAME 102set PASSWORD letmein123runset DOS_MODE trueset NUMERIC_USERS trueset NUMERIC_MIN 200set NUMERIC_MAX 205runBasic Usage of ENUMERATOR Moduleuse auxiliary/scanner/sip/vsipenumeratorshow optionsunset USERNAMEset USER_FILE /tmp/files/users2set VERBOSE falseset METHOD SUBSCRIBErununset USER_FILEset METHOD SUBSCRIBEset NUMERIC_USERS trueset NUMERIC_MAX 2300runset METHOD REGISTERrunBasic Usage of BRUTE FORCE Moduleuse auxiliary/scanner/sip/vsipbruteforceshow optionsset RHOST 192.168.1.201set USERNAME 2000set PASS_FILE /tmp/files/passwordsset VERBOSE falserununset USERNAMEset USER_FILE /tmp/files/users2rununset USER_FILEset NUMERIC_USERS trueset NUMERIC_MAX 500runBasic Usage of Trust Analyzer Moduleuse auxiliary/scanner/sip/vsiptrustshow optionsset SRC_RHOSTS 192.168.1.200-210set SRC_RPORTS 5060set SIP_SERVER 192.168.1.201set INTERFACE eth0set TO 101runshow optionsset ACTION CALLset SRC_RHOSTS 192.168.1.202set FROM James BondrunBasic Usage of SIP Proxy Moduleuse auxiliary/scanner/sip/vsipproxyshow optionsset PRXCLT_PORT 5060set PRXCLT_IP 192.168.1.99set PRXSRV_PORT 5089set PRXSRV_IP 192.168.1.99set CLIENT_IP 192.168.1.120set CLIENT_PORT 5060set SERVER_IP 192.168.1.201set SERVER_PORT 5060set CONF_FILE /tmp/sipproxy_replace.txtset LOG trueset VERBOSE falserunSource Viproy - Tools Quote