Askgod is the NorthSec CTF backend that handles flags.
go --version # Should output `go version go1.24.1 linux/amd64`
go install github.com/go-delve/delve/cmd/dlv@latest # Install delve (go debugger)
You should have a pop up if you opened the root directory in VS Code.
docker compose up -d
Press F5
.
./seed_data.sh
From the root directory:
make linux
This will create two executables in ./bin/linux
: askgod
and askgod-server
.
./bin/linux/askgod-server ./askgod.yaml.example