Skip to content

Deprecated coursework from first iteration of Hacker101

Notifications You must be signed in to change notification settings

TheTexasGamer/Hacker101Coursework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Deprecated coursework from first iteration of Hacker101

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.4%
  • HTML 16.6%