Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevenxl/stockfighter

An Elixir program to solve the Stockfighter CTF games. Attempt #1!
https://github.com/stevenxl/stockfighter

Last synced: about 1 month ago
JSON representation

An Elixir program to solve the Stockfighter CTF games. Attempt #1!

Awesome Lists containing this project

README

        

# Stockfighter

Stockfighter is a command-line tool to solve the
[Stockfighter](https://www.stockfighter.io) Capture the Flag games.

## Installation

1. Run `mix deps.get` to ensure that all dependencies are installed.
2. Build the command-line script using `mix escript.build`.
3. Run `./stockfighter` for instructions.