Binary Releases
We are now shipping binaries for each of the releases so that you don't even have to build them yourself! How wonderful is that!
If you're stupid enough to trust binaries that I've put together, you can download them from the releases (opens in a new tab) page.
Using go install
If you have a Go (opens in a new tab) environment ready to go (at least go 1.19), it's as easy as:
go install github.com/LeoFVO/gossti@latest
PS: You need at least go 1.19 to compile gossti.
Using Docker
docker pull ghcr.io/leofvo/gossti:latest
docker run gossti:latest
Building From Source
Prerequisites
Since this tool is written in Go (opens in a new tab) you need to install the Go language/compiler/etc. Full details of installation and set up can be found on the Go language website (opens in a new tab). Once installed you have two options. You need at least go 1.19 to compile gossti.
Clone the repository
git clone git@github.com:LeoFVO/gossti.git
Compiling
gossti
has external dependencies, and so they need to be pulled in first:
go get && go build
This will create a gossti
binary for you. If you want to install it in the $GOPATH/bin
folder you can run:
go install
Updating plugins database
By default, when installing GoSSTI you will not be able to launch scan as you don't have the plugins installed (excepted if you install from source and keep folder).
You will need to update the plugins database by running the following command:
gossti plugins update