All Projects → EnableSecurity → Sipvicious

EnableSecurity / Sipvicious

Licence: other
SIPVicious OSS is a set of security tools that can be used to audit SIP based VoIP systems.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sipvicious

Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (-78.56%)
Mutual labels:  voip, sip, security-tools
Vsaudit
VOIP Security Audit Framework
Stars: ✭ 97 (-82.07%)
Mutual labels:  voip, sip, security-tools
qSIP
VoIP/SIP client (softphone)
Stars: ✭ 20 (-96.3%)
Mutual labels:  sip, voip
baresipy
baresip python wrapper
Stars: ✭ 16 (-97.04%)
Mutual labels:  sip, voip
sip3-salto-ce
SIP3 Salto (Community Edition)
Stars: ✭ 71 (-86.88%)
Mutual labels:  sip, voip
Linphone Iphone
Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of linphone-iphone (git://git.linphone.org/linphone-iphone.git)
Stars: ✭ 462 (-14.6%)
Mutual labels:  voip, sip
WireBug
WireBug is a toolset for Voice-over-IP penetration testing
Stars: ✭ 142 (-73.75%)
Mutual labels:  sip, voip
Re
Generic library for real-time communications with async IO support
Stars: ✭ 444 (-17.93%)
Mutual labels:  voip, sip
Katari
Katari - Python Session Initiated Protocol Framework
Stars: ✭ 29 (-94.64%)
Mutual labels:  sip, voip
kamailioexamples
configurations for voip solution architectures and usecases involving SIP servers
Stars: ✭ 59 (-89.09%)
Mutual labels:  sip, voip
sdp
A Go implementation of the SDP
Stars: ✭ 89 (-83.55%)
Mutual labels:  sip, voip
linphone-xamarin
Linphone.org mirror for linphone-xamarin (git://git.linphone.org/linphone-xamarin.git)
Stars: ✭ 23 (-95.75%)
Mutual labels:  sip, voip
AmiClient
Modern .NET Standard client for accessing the Asterisk AMI protocol using async/await and Reactive Extensions (Rx)
Stars: ✭ 30 (-94.45%)
Mutual labels:  sip, voip
pyfreebilling
Routing and rating VoIP application for service providers - API based - AGPL v3 - Based on kamailio
Stars: ✭ 75 (-86.14%)
Mutual labels:  sip, voip
Sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET Core. Designed for real-time communications apps.
Stars: ✭ 449 (-17.01%)
Mutual labels:  voip, sip
sip3-captain-ce
SIP3 Captain (Community Edition)
Stars: ✭ 73 (-86.51%)
Mutual labels:  sip, voip
sip3-twig-ce
SIP3 Twig (Community Edition)
Stars: ✭ 56 (-89.65%)
Mutual labels:  sip, voip
Docker Freepbx
Dockerized FreePBX 15 w/Asterisk 17, Seperate MySQL Database support, and Data Persistence and UCP
Stars: ✭ 331 (-38.82%)
Mutual labels:  voip, sip
simlar-android
Simlar for android
Stars: ✭ 61 (-88.72%)
Mutual labels:  sip, voip
app
studio link - app - mirror repo only -> issues now https://gitlab.com/studio.link/app
Stars: ✭ 56 (-89.65%)
Mutual labels:  sip, voip

Welcome to SIPVicious OSS security tools

SIPVicious mascot

SIPVicious OSS is a set of security tools that can be used to audit SIP based VoIP systems. Specifically, it allows you to find SIP servers, enumerate SIP extensions and finally, crack their password.

To get started read the following:

For usage help make use of -h or --help switch.

A note to vendors and service providers

If you are looking for a professional grade toolset to test your RTC systems, please consider SIPVicious PRO.

The tools

The SIPVicious OSS toolset consists of the following tools:

  • svmap
  • svwar
  • svcrack
  • svreport
  • svcrash

svmap

this is a sip scanner. When launched against
ranges of ip address space, it will identify any SIP servers 
which it finds on the way. Also has the option to scan hosts 
on ranges of ports.

Usage: <https://github.com/EnableSecurity/sipvicious/wiki/SVMap-Usage>

svwar

identifies working extension lines on a PBX. A working 
extension is one that can be registered. 
Also tells you if the extension line requires authentication or not. 

Usage: <https://github.com/EnableSecurity/sipvicious/wiki/SVWar-Usage>

svcrack

a password cracker making use of digest authentication. 
It is able to crack passwords on both registrar servers and proxy 
servers. Current cracking modes are either numeric ranges or
words from dictionary files.

Usage: <https://github.com/EnableSecurity/sipvicious/wiki/SVCrack-Usage>

svreport

able to manage sessions created by the rest of the tools
and export to pdf, xml, csv and plain text.

Usage: <https://github.com/EnableSecurity/sipvicious/wiki/SVReport-Usage>

svcrash

responds to svwar and svcrack SIP messages with a message that
causes old versions to crash. 

Usage: <https://github.com/EnableSecurity/sipvicious/wiki/SVCrash-FAQ>

Installation

Please refer to the installation documentation.

Further information

Check out the wiki for documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].