Source code of my solutions to the µContest challenges.
Note
10/10/2023: It looks like microcontest.com has closed.
Python 3.
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.
Copy the .env.example
file to .env
and fill in the configuration parameters which are self-explanatory.
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.