Skip to content

Commit

Permalink
preparing for 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xInfection committed Jun 1, 2021
1 parent 0669ad5 commit e7f5956
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.3.4 (20210601)
* Feature: Exit codes implementation
* Automated positive/negative testing with GitHub Actions
* Code refactoring

v0.3.3 (20210325)
* Feature: Input via STDIN for svcrack and svwar
* Feature: Full URL format support for svwar and svcrack
Expand Down
4 changes: 2 additions & 2 deletions man1/svcrack.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH SVCRACK.PY "1" "June 2020" "svcrack.py v0.3.3" "User Commands"
.TH SVCRACK.PY "1" "June 2020" "svcrack.py v0.3.4" "User Commands"
.SH NAME
svcrack.py \- manual page for svcrack.py v0.3.3
svcrack.py \- manual page for svcrack.py v0.3.4
.SH SYNOPSIS
.B svcrack.py
\fI-u username \fR[\fIoptions\fR] \fItarget\fR
Expand Down
4 changes: 2 additions & 2 deletions man1/svcrash.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH SVCRASH.PY "1" "June 2020" "svcrash.py v0.3.3" "User Commands"
.TH SVCRASH.PY "1" "June 2020" "svcrash.py v0.3.4" "User Commands"
.SH NAME
svcrash.py \- manual page for svcrash.py v0.3.3
svcrash.py \- manual page for svcrash.py v0.3.4
.SH SYNOPSIS
.B svcrash.py
[\fIoptions\fR]
Expand Down
4 changes: 2 additions & 2 deletions man1/svmap.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH SVMAP.PY "1" "June 2020" "svmap.py v0.3.3" "User Commands"
.TH SVMAP.PY "1" "June 2020" "svmap.py v0.3.4" "User Commands"
.SH NAME
svmap.py \- manual page for svmap.py v0.3.3
svmap.py \- manual page for svmap.py v0.3.4
.SH SYNOPSIS
.B svmap.py
[\fIoptions\fR] \fIhost1 host2 hostrange\fR
Expand Down
4 changes: 2 additions & 2 deletions man1/svreport.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH SVREPORT.PY "1" "June 2020" "svreport.py v0.3.3" "User Commands"
.TH SVREPORT.PY "1" "June 2020" "svreport.py v0.3.4" "User Commands"
.SH NAME
svreport.py \- manual page for svreport.py v0.3.3
svreport.py \- manual page for svreport.py v0.3.4
.SH SYNOPSIS
.B svreport.py
[\fIcommand\fR] [\fIoptions\fR]
Expand Down
4 changes: 2 additions & 2 deletions man1/svwar.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH SVWAR.PY "1" "June 2020" "svwar.py v0.3.3" "User Commands"
.TH SVWAR.PY "1" "June 2020" "svwar.py v0.3.4" "User Commands"
.SH NAME
svwar.py \- manual page for svwar.py v0.3.3
svwar.py \- manual page for svwar.py v0.3.4
.SH SYNOPSIS
.B svwar.py
[\fIoptions\fR] \fItarget\fR
Expand Down
2 changes: 1 addition & 1 deletion sipvicious/libs/svhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


__author__ = "Sandro Gauci <[email protected]>"
__version__ = '0.3.3'
__version__ = '0.3.4'


import re
Expand Down

0 comments on commit e7f5956

Please sign in to comment.