Skip to content

Commit

Permalink
minor fixes, updated script version
Browse files Browse the repository at this point in the history
- signed-off-by: trimstray <[email protected]>
  • Loading branch information
trimstray committed Apr 25, 2018
1 parent ea52029 commit b30fd5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
|-- lib # libraries, external functions
|-- log # contains logs, created after init
|-- modules # contains modules
|-- nse_external # external nse scripts
|-- src # includes external project files
|-- helpers # contains core functions
|-- import # appends the contents of the lib directory
Expand Down
2 changes: 1 addition & 1 deletion doc/man8/sandmap.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for sandmap.
.\" Contact [email protected].
.TH man 8 "14.03.2018" "1.1.0" "sandmap man page"
.TH man 8 "14.03.2018" "1.1.1" "sandmap man page"
.SH NAME
Sandmap \- supporting network and system reconnaissance
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/init_cli
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function motd_cli() {
tput cup 5 $((66 + _t)) ; printf "%s" "|__|"

tput cup 6 $((40 + _t)) ; printf "%s: \\e[3;36m%s\\e[m" "Author" "trimstray"
tput cup 6 $((59 + _t)) ; printf "%s: \\e[3;36m%s\\e[m" "Version" "1.1.0"
tput cup 6 $((59 + _t)) ; printf "%s: \\e[3;36m%s\\e[m" "Version" "1.1.1"

tput cup 8 $((26 + _t)) ; printf "%s \\e[1;38m%s\\e[m" "Project:" "https://github.com/trimstray/sandmap"

Expand Down

0 comments on commit b30fd5a

Please sign in to comment.