From bba1328ed7c9b766971d1c07203aa4f1d0e29f7c Mon Sep 17 00:00:00 2001 From: edoardottt Date: Sat, 1 Apr 2023 10:03:42 +0200 Subject: [PATCH] v1.2.7 --- Dockerfile | 2 +- pkg/output/version.go | 29 ++++++++++++++++++++++++++++- scripts/config.sh | 25 +++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 018d12e..7b6d125 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18 +FROM golang:1.19 WORKDIR $GOPATH/src/github.com/edoardottt/scilla diff --git a/pkg/output/version.go b/pkg/output/version.go index 09eb333..0661e18 100644 --- a/pkg/output/version.go +++ b/pkg/output/version.go @@ -1,3 +1,30 @@ +/* + +======================= +Scilla - Information Gathering Tool +======================= + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see http://www.gnu.org/licenses/. + + @Repository: https://github.com/edoardottt/scilla + + @Author: edoardottt, https://www.edoardoottavianelli.it + + @License: https://github.com/edoardottt/scilla/blob/main/LICENSE + +*/ + package output -const version = "v1.2.6" +const version = "v1.2.7" diff --git a/scripts/config.sh b/scripts/config.sh index d24c116..8ec1701 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -1,5 +1,30 @@ #!/bin/bash +# ======================= +# Scilla - Information Gathering Tool +# ======================= + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. + +# @Repository: https://github.com/edoardottt/scilla + +# @Author: edoardottt, https://www.edoardoottavianelli.it + +# @License: https://github.com/edoardottt/scilla/blob/main/LICENSE + + + # check if HOME env var is set if [ -z $HOME ]; then echo "Please set the HOME environment variable."