Dear All, Here are instructions on how to submit the final report for your reading or research course. For reading courses: I expect you to replicate and submit an exploit for a known vulnerability. You can choose a vulnerability from the MITRE CVE database (https://cve.mitre.org/cve/), or an advanced problem from gera's ABOs (from the second email of readings). Replicate or develop the exploit, describe the vulnerability and document your code. We are going to use GitHub for these projects, so that other students can build on your research, and so that you have a neat GitHub project to show off. Therefore, please do the following: 0. Get a free GitHub account if you haven't already. 1. Decide if you would like to make your project public or private. If you prefer a _private_ project, please send me your github name, and I will add you to a private repository for the reading course where you can create your submission directory, named as explained below. The project will be called https://github.com/sergeybratus/readings-reports/ . You will only be able to see it once I add your username to it, otherwise you'll only get a 404 error. If you would like it to be public, simply create and name a project, using the same naming rule. 2. Naming your project: cve--report directory: cve--. where and are your first and last name. For example, supposing I wanted to create a report for CVE-2014-0160, then I would name the directory cve-2014-0160-sergey-bratus. 3. Upload your report and code, and send me an email with a link. For research projects, create a suitably named project, either private or public. Instead of the CVE number, use a descriptive name :) Please upload your reports before June 10. Thank you, --Sergey