Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

hackthefog/htf2.0-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTF 2.0 Puzzle

puzzle/ctf for htf 2.0

Setup

Clone the repository and enter it

git clone https://github.com/RafaelCenzano/htf2.0-puzzle.git
cd htf2.0-puzzle

Requirements

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

Running the program. Make sure your virtualenv is activated.

make run

OR

python run.py

Authors

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details