Update MIT6.858.en.md

是这样嘛
This commit is contained in:
smxm 2022-10-16 20:32:27 +08:00 committed by GitHub
parent f5c2575dc0
commit 6df243b10b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,9 @@
- Difficulty:🌟🌟🌟🌟🌟
- Class Hour: 150 hours
This is MIT's Computer Systems Security course, You will explore the attacks and counter-measures in the context of the zoobar web application in the following ways:
This is MIT's Computer Systems Security course. Lectures cover threat models, attacks that compromise security, and techniques for achieving security, based on recent research papers. Topics include operating system (OS) security, capabilities, information flow control, language security, network protocols, hardware security, and security in web applications.
Assignments include labs that involve implementing and compromising a secure web server and web application, and a group final project:
- Lab 1: you will explore the zoobar web application, and use buffer overflow attacks to break its security properties.
- Lab 2: you will improve the zoobar web application by using privilege separation, so that if one component is compromised, the adversary doesn't get control over the whole web application.
@ -24,4 +26,4 @@ In the Final Project, you will build a remote file system, [SecFS](https://www.u
- Course Website: <http://css.csail.mit.edu/6.858/2022/>
- Assignments: refer to the course website
- Textbook: None
- Assignments: 4 Labs + Final Project / Lab5
- Assignments: 4 Labs + Final Project / Lab5