VaiTon / Agamennone

An A/D CTF Attack Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agamennone

Agamennone is a simple, resilient and scalable flag submission system. It is designed to be simple but extensible.

Built with Kotlin, Ktor and Exposed.

Development

  1. Clone the repository
  2. Run ./gradlew run to start the server

Building

The project can be built with:

  • ./gradlew installDist: creates a runnable distribution in build/install
  • ./gradlew distZip: same thing but as a zip file. The archive will be located in build/distributions/.
  • ./gradlew distTar: same thing but as a tar file. The archive will be located in build/distributions/.

The difference between the files with the shadow suffix and the ones without it is that, instead of packaging the dependencies into the archive as they are, the shadow jar is used.

Monitoring

To visualize flags, run a grafana instance with the JSON Datasource plugin:

docker run -d --name=grafana -p 3000:3000 -e "GF_INSTALL_PLUGINS=marcusolsson-json-datasource" grafana/grafana-oss

About

An A/D CTF Attack Server

License:GNU General Public License v3.0


Languages

Language:Kotlin 99.3%Language:Python 0.7%