Skip to content

Commit db09ca4

Browse files
committed
Release 0.3.7
1 parent d15c35f commit db09ca4

7 files changed

Lines changed: 16 additions & 11 deletions

File tree

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.3.7 (20260410)
2+
* Tests: switch SIP autotest defaults from demo.sipvicious.pro to pbx1.dvrtc.net
3+
* Tests: allow overriding autotest SIP host, IP, and CIDR for local DVRTC validation
4+
* Tests: make autotest shell scripts resolve common.sh relative to the script path
5+
16
v0.3.6 (20260410)
27
* Bug fix: stabilize svwar INVITE enumeration by tracking dialogs, ACK/BYE handling and CANCEL cleanup
38
* Bug fix: retry transient INVITE failures without classifying extensions prematurely

man1/svcrack.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH SVCRACK.PY "1" "April 2026" "svcrack.py v0.3.6" "User Commands"
1+
.TH SVCRACK.PY "1" "April 2026" "svcrack.py v0.3.7" "User Commands"
22
.SH NAME
3-
svcrack.py \- manual page for svcrack.py v0.3.6
3+
svcrack.py \- manual page for svcrack.py v0.3.7
44
.SH SYNOPSIS
55
.B svcrack.py
66
\fI-u username \fR[\fIoptions\fR] \fItarget\fR

man1/svcrash.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH SVCRASH.PY "1" "April 2026" "svcrash.py v0.3.6" "User Commands"
1+
.TH SVCRASH.PY "1" "April 2026" "svcrash.py v0.3.7" "User Commands"
22
.SH NAME
3-
svcrash.py \- manual page for svcrash.py v0.3.6
3+
svcrash.py \- manual page for svcrash.py v0.3.7
44
.SH SYNOPSIS
55
.B svcrash.py
66
[\fIoptions\fR]

man1/svmap.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH SVMAP.PY "1" "April 2026" "svmap.py v0.3.6" "User Commands"
1+
.TH SVMAP.PY "1" "April 2026" "svmap.py v0.3.7" "User Commands"
22
.SH NAME
3-
svmap.py \- manual page for svmap.py v0.3.6
3+
svmap.py \- manual page for svmap.py v0.3.7
44
.SH SYNOPSIS
55
.B svmap.py
66
[\fIoptions\fR] \fIhost1 host2 hostrange\fR

man1/svreport.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH SVREPORT.PY "1" "April 2026" "svreport.py v0.3.6" "User Commands"
1+
.TH SVREPORT.PY "1" "April 2026" "svreport.py v0.3.7" "User Commands"
22
.SH NAME
3-
svreport.py \- manual page for svreport.py v0.3.6
3+
svreport.py \- manual page for svreport.py v0.3.7
44
.SH SYNOPSIS
55
.B svreport.py
66
[\fIcommand\fR] [\fIoptions\fR]

man1/svwar.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH SVWAR.PY "1" "April 2026" "svwar.py v0.3.6" "User Commands"
1+
.TH SVWAR.PY "1" "April 2026" "svwar.py v0.3.7" "User Commands"
22
.SH NAME
3-
svwar.py \- manual page for svwar.py v0.3.6
3+
svwar.py \- manual page for svwar.py v0.3.7
44
.SH SYNOPSIS
55
.B svwar.py
66
[\fIoptions\fR] \fItarget\fR

sipvicious/libs/svhelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
__author__ = "Sandro Gauci <sandro@enablesecurity.com>"
22-
__version__ = '0.3.6'
22+
__version__ = '0.3.7'
2323

2424

2525
import re

0 commit comments

Comments
 (0)