EnableSecurity / sipvicious

SIPVicious OSS is a VoIP security testing toolset. It helps security teams, QA and developers test SIP-based VoIP systems and applications. This toolset is useful in simulating VoIP hacking attacks against PBX systems especially through identification, scanning, extension enumeration and password cracking.
https://www.enablesecurity.com/sipvicious/oss/
Other
896 stars 158 forks source link

Big Problem Please Help #51

Closed elyasrz closed 4 years ago

elyasrz commented 4 years ago

Hello Sir Sorry for the inconvenience but I have a question about sipvicious IPv6 can you please add a function to can using scan ipv6 please give me any example I'm trying this command like sipvicious_svcrack 2406:840::/3 or sipvicious_svmap 2406:840::/32 i got always this message WARNING:root:found nothing

sandrogauci commented 4 years ago

svmap does not support IPv6 scanning. The address space for IPv6 is considerably more extensive than with IPv4, so what you're trying to do is not going to be effective, even if we supported IPv6 in svmap.

To use svwar or svcrack with IPv6 support, you need to use the -6 flag.

0xInfection commented 4 years ago

svmap now supports IPv6, so yea gonna mark this as resolved.