Skip to content

Commit e7f5956

Browse files
committed
preparing for 0.3.4
1 parent 0669ad5 commit e7f5956

File tree

7 files changed

+16
-11
lines changed

7 files changed

+16
-11
lines changed

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.3.4 (20210601)
2+
* Feature: Exit codes implementation
3+
* Automated positive/negative testing with GitHub Actions
4+
* Code refactoring
5+
16
v0.3.3 (20210325)
27
* Feature: Input via STDIN for svcrack and svwar
38
* Feature: Full URL format support for svwar and svcrack

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" "June 2020" "svcrack.py v0.3.3" "User Commands"
1+
.TH SVCRACK.PY "1" "June 2020" "svcrack.py v0.3.4" "User Commands"
22
.SH NAME
3-
svcrack.py \- manual page for svcrack.py v0.3.3
3+
svcrack.py \- manual page for svcrack.py v0.3.4
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" "June 2020" "svcrash.py v0.3.3" "User Commands"
1+
.TH SVCRASH.PY "1" "June 2020" "svcrash.py v0.3.4" "User Commands"
22
.SH NAME
3-
svcrash.py \- manual page for svcrash.py v0.3.3
3+
svcrash.py \- manual page for svcrash.py v0.3.4
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" "June 2020" "svmap.py v0.3.3" "User Commands"
1+
.TH SVMAP.PY "1" "June 2020" "svmap.py v0.3.4" "User Commands"
22
.SH NAME
3-
svmap.py \- manual page for svmap.py v0.3.3
3+
svmap.py \- manual page for svmap.py v0.3.4
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" "June 2020" "svreport.py v0.3.3" "User Commands"
1+
.TH SVREPORT.PY "1" "June 2020" "svreport.py v0.3.4" "User Commands"
22
.SH NAME
3-
svreport.py \- manual page for svreport.py v0.3.3
3+
svreport.py \- manual page for svreport.py v0.3.4
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" "June 2020" "svwar.py v0.3.3" "User Commands"
1+
.TH SVWAR.PY "1" "June 2020" "svwar.py v0.3.4" "User Commands"
22
.SH NAME
3-
svwar.py \- manual page for svwar.py v0.3.3
3+
svwar.py \- manual page for svwar.py v0.3.4
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.3'
22+
__version__ = '0.3.4'
2323

2424

2525
import re

0 commit comments

Comments
 (0)