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.
Whenever a target server gives a digest authentication challenge, sipvicious will need to respond the challenge. In some implementations, server challenge doesn't contain the noncecount, which leads sipvicious to unexpected behavior.
I'm not sure if this fix is the best solution or not, but it uses a default value (00000001) for the noncecount value when challenge doesn't contain it.
Whenever a target server gives a digest authentication challenge, sipvicious will need to respond the challenge. In some implementations, server challenge doesn't contain the
noncecount
, which leads sipvicious to unexpected behavior.I'm not sure if this fix is the best solution or not, but it uses a default value (
00000001
) for thenoncecount
value when challenge doesn't contain it.