Metadata-Version: 2.1
Name: sipvicious
Version: 0.3.0
Summary: SIPVicious suite is a set of tools that can be used to audit SIP based VoIP systems.
Home-page: https://github.com/EnableSecurity/sipvicious
Author: Sandro Gauci <sandro@enablesecurity.com>
Author-email: sandro@enablesecurity.com
License: GPL
Download-URL: https://github.com/EnableSecurity/sipvicious/archive/v0.3.0.zip
Project-URL: Bug Tracker, https://github.com/EnableSecurity/sipvicious/issues
Project-URL: Source Code, https://github.com/EnableSecurity/sipvicious/tree/master
Description: # Welcome to SIPVicious security tools
        
        The 5 tools that you should be looking at are:
        
        - svmap
        - svwar
        - svcrack
        - svreport
        - svcrash
        
        ![logo](http://1.bp.blogspot.com/-zIJlVWzVCu4/V0Rxz6pbjYI/AAAAAAAABEc/hFEJ6o8yCrcizEo7hvFG6kldNtrKJxMPgCK4B/s1600/sipvicious-web.png)
        
        ## The tools
        
        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.
        
        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. 
        
        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.
        
        svreport
        
        	able to manage sessions created by the rest of the tools
        	and export to pdf, xml, csv and plain text.
        
        svcrash
        	
        	responds to svwar and svcrack SIP messages with a message that
        	causes old versions to crash. 
        
        For usage help make use of `-h` or `--help` switch.
        
        Also check out the [wiki](https://github.com/sandrogauci/sipvicious/wiki)
        
        And if you're stuck you're welcome to contact the author.
        
        [Sandro Gauci](mailto:sandro@enablesecurity.com)
        
Keywords: telephony sip audit scanner voip
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Internet
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Communications :: Internet Phone
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
