puzzle/ctf for htf 2.0
Clone the repository and enter it
git clone https://github.com/RafaelCenzano/htf2.0-puzzle.git
cd htf2.0-puzzle
Use virtualenv to keep packages clean and isolated. Install, Create, Activate virtualenv.
pip install virtualenv
virtualenv --python='python3' venv
source venv/bin/activate
Use pip to install needed libraries
make
OR
pip install -r requirements.txt
Running the program. Make sure your virtualenv is activated.
make run
OR
python run.py
This project is licensed under the Apache 2.0 License - see the LICENSE file for details