SLIDE 1
iLab2: WWW Security
Johannes Naab∗ <2019-03-15 Fri>
Contents
1 WWW Basics 1 2 Security 2 3 Attacks 3 4 Defenses & Mitigation 5 5 Reporting Vulnerabilities 7
1 WWW Basics
- reading mails
- chatting on facebook
- checking news
- TUMonline for grades
- Video conference
- Changing the WiFi Password on the "Router"
- all within the same browser
1.1 HTML 1.2 HTTP
1.2.1 Header, Body 1.2.2 Request, Response 1.2.3 GET vs POST 1.2.4 Stateless 1.2.5 Persistent connections 1.2.6 Encryption HTTPS
1.3 Cookies 1.4 Session
- cookies ./. session
sessid=12345678 ilab.net.in.tum.de/?sid=1234567
∗naab@net.in.tum.de