All Projects → Hacker0x01 → Hacker101coursework

Hacker0x01 / Hacker101coursework

Deprecated coursework from first iteration of Hacker101

Programming Languages

python
139335 projects - #7 most used programming language

Note

The code in this repo is from the old Hacker101 coursework, deprecated in favor of the Hacker101 CTF. It is split into two parts: one that runs and depends on Google App Engine and one that can be run anywhere you have Python and a MySQL database.

Google App Engine

The GAE levels live under the gae directory and should be deployable like any Python application on Google App Engine.

Plain Python

Simply run pip install -r requirements.txt then change db.py to point to your MySQL instance. At that point, you should be able to run python main.py and have a running instance.

There are several secret levels (that is, were never used in Hacker101); figuring out access is left as an exercise to the hacker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].