EpocDotFr / microcontest

Source code of my solutions to the µContest challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

µContest

Source code of my solutions to the µContest challenges.

Note

10/10/2023: It looks like microcontest.com has closed.

Prerequisites

Python 3.

Installation

Clone this repo, and then the usual pip install -r requirements.txt.

Some solutions needs additional PyPI packages to be installed. See source code, at the top of the files.

Configuration

Copy the .env.example file to .env and fill in the configuration parameters which are self-explanatory.

Usage

python -m [category].[challenge]

Example running the base64 challenge:

python -m crypto.base64

Replace the package and module names accordingly with the challenge category and name you want to run.

About

Source code of my solutions to the µContest challenges

License:Other


Languages

Language:Python 100.0%