tin_foil_hat

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2018 License: AGPL-3.0 Imports: 14 Imported by: 0

README

Build Status GoDoc Coverage Status Go Report Card

Tin foil hat

Unix-way contest checking system.

Fundamental principle: if tin_foil_hat is not helping you make attack-defence CTF easily, then there is a bug in tin_foil_hat.

Components
Counter

Count scoreboard.

Checker

Manage services checkers.

Receiver

Read flags from teams.

Steward

Generic database interface.

Vexillary

Generate and check flags.

Pulse

Manage rounds.

Scoreboard

Web scoreboard.

Deploy

Depends
$ emerge dev-db/postgresql
Build
$ export GOPATH=$(realpath ./) && go get github.com/jollheef/tin_foil_hat/...
Run
$ sudo psql -U postgres
postgres=# CREATE DATABASE tinfoilhat;
postgres=# CREATE USER tfh WITH password 'STRENGTH_PASSWORD';
postgres=# GRANT ALL privileges ON DATABASE tinfoilhat TO tfh;

After that you need to fix 'connection' parameter in configuration file. (And other parameters, of course)

Now, run it!

$ ./bin/tin_foil_hat ./src/github.com/jollheef/tin_foil_hat/config/tinfoilhat.toml --reinit

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL