File tree Expand file tree Collapse file tree 7 files changed +16
-11
lines changed Expand file tree Collapse file tree 7 files changed +16
-11
lines changed Original file line number Diff line number Diff line change
1
+ v0.3.4 (20210601)
2
+ * Feature: Exit codes implementation
3
+ * Automated positive/negative testing with GitHub Actions
4
+ * Code refactoring
5
+
1
6
v0.3.3 (20210325)
2
7
* Feature: Input via STDIN for svcrack and svwar
3
8
* Feature: Full URL format support for svwar and svcrack
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
- svcrack.py \- manual page for svcrack.py v0.3.3
3
+ svcrack.py \- manual page for svcrack.py v0.3.4
4
4
.SH SYNOPSIS
5
5
.B svcrack.py
6
6
\fI -u username \fR [\fI options \fR ] \fI target \fR
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
- svcrash.py \- manual page for svcrash.py v0.3.3
3
+ svcrash.py \- manual page for svcrash.py v0.3.4
4
4
.SH SYNOPSIS
5
5
.B svcrash.py
6
6
[\fI options \fR ]
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
- svmap.py \- manual page for svmap.py v0.3.3
3
+ svmap.py \- manual page for svmap.py v0.3.4
4
4
.SH SYNOPSIS
5
5
.B svmap.py
6
6
[\fI options \fR ] \fI host1 host2 hostrange \fR
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
- svreport.py \- manual page for svreport.py v0.3.3
3
+ svreport.py \- manual page for svreport.py v0.3.4
4
4
.SH SYNOPSIS
5
5
.B svreport.py
6
6
[\fI command \fR ] [\fI options \fR ]
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
- svwar.py \- manual page for svwar.py v0.3.3
3
+ svwar.py \- manual page for svwar.py v0.3.4
4
4
.SH SYNOPSIS
5
5
.B svwar.py
6
6
[\fI options \fR ] \fI target \fR
Original file line number Diff line number Diff line change 19
19
20
20
21
21
__author__ = "Sandro Gauci <sandro@enablesecurity.com>"
22
- __version__ = '0.3.3 '
22
+ __version__ = '0.3.4 '
23
23
24
24
25
25
import re
You can’t perform that action at this time.
0 commit comments