8000 GitHub - Stayer/tin_foil_hat: Unix-way contest checking system
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Stayer/tin_foil_hat

 
 

Repository files navigation

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

< 8B28 a id="user-content-components" class="anchor" aria-label="Permalink: Components" href="#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

About

Unix-way contest checking system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.4%
  • Python 8.5%
  • HTML 1.7%
  • Shell 1.2%
  • CSS 0.2%
0