In the future when you post in the bug and fix section please provide a little more information. I mean I appreciate the effort you gave in finding a fix and posting it but if you don't explain things in a manner cavemen can understand we will be bombarded with all kinds of pointless or simple common sense questions. Thank you for contributing. I probably would have never even caught this as I never use the tool so I'm glad someone does. Heres the location of the tool and the output of me updating it. It does work to fix the script and I will add it to the wiki.
Code:
bt ~ # cd /pentest/voip/sipvicious
bt sipvicious # ls
Changelog TODO sv.xsl svmap.py.mine* svreport.py*
README helper.py svcrack.py* svmap.py.r249 svwar.py*
THANKS pptable.py svmap.py* svmap.py.r256
bt sipvicious # svmap.py
File "./svmap.py", line 75
<<<<<<< .mine
^
IndentationError: expected an indented block
bt sipvicious # rm svmap.py
bt sipvicious # svn update
Restored 'svmap.py'
U svcrack.py
U helper.py
U Changelog
U svwar.py
U svreport.py
U README
U svmap.py
Updated to revision 280.
bt sipvicious # svmap.py
Usage: svmap.py [options] host1 host2 hostrange
examples:
svmap.py 10.0.0.1-10.0.0.255 \
> 172.16.131.1 sipvicious.org/22 10.0.1.1/24 \
> 1.1.1.1-20 1.1.2-20.* 4.1.*.*
svmap.py -s session1 --randomize 10.0.0.1/8
svmap.py --resume session1 -v
svmap.py -p5060-5062 10.0.0.3-20 -m INVITE
svmap.py: error: Provide at least one target
bt sipvicious #