Skip to content

Commit

Permalink
Merge pull request #96 from edoardottt/devel
Browse files Browse the repository at this point in the history
v1.2.7
  • Loading branch information
edoardottt authored Apr 1, 2023
2 parents e1e23c6 + bba1328 commit 983b0b9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18
FROM golang:1.19

WORKDIR $GOPATH/src/github.com/edoardottt/scilla

Expand Down
29 changes: 28 additions & 1 deletion pkg/output/version.go
Original file line number Diff line number Diff line change
@@ -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"
25 changes: 25 additions & 0 deletions scripts/config.sh
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 983b0b9

Please sign in to comment.