Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/stevenxl/stockfighter
- Owner: StevenXL
- Created: 2016-04-09T13:54:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T03:31:33.000Z (almost 9 years ago)
- Last Synced: 2024-11-30T12:33:56.617Z (about 2 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.