Warning
As of November 11th, 2024, the vulnerability has been fixed so this code no longer works. Learn more
There is a vulnerability in the University of Chicago scheduling system which allows anyone to obtain any student's schedule just with their Student ID.
This repository contains the code for this website, which anonymously collects consenting students' schedules to analyze the severity of the breach. This information will be included in the vulnerability report to ITS.
Create secret.php and fill out the missing values:
<?php
$DB_HOST = ... ;
$DB_NAME = ... ;
$DB_USER = ... ;
$DB_PASS = ... ;
?>