Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Latest commit

 

History

History
83 lines (56 loc) · 2.39 KB

02-00-introduction.md

File metadata and controls

83 lines (56 loc) · 2.39 KB

IT Security

Application Security & SDLC

by Bjoern Kimminich

Curriculum 2nd Semester

  1. Open Web Application Security Project (OWASP)
  2. Injection
  3. XSS
  4. Authentication Flaws
  5. Authorization Flaws
  6. Cryptographic Failures
  7. Insecure Dependencies & Configuration
  8. Software & Data Integrity Failures
  9. Secure Development Lifecycle

Schedule

  • Fridays, 12:30 - 15:00
  • 9 lectures (05.08. - 30.09.22)
  • 100% via ZOOM (invite distributed via email/calendar)

Test Exam

  • 04.10.2022 (90min)
  • 09:15 - 10:45 / Audimax
  • ⚠️ Covers topics from both semesters
  • ❎ Adjourning the exam is discouraged

System Requirements

To perform the exercises on your private computer you need

ℹ️ On the university computers Node.js should already be available. You can verify this by running node -v on the command line. It should display a 14.x (or higher) version.

💻 You can always fall back to your personal laptop for the exercises as it should be free from virtualization, proxying or installation hurdles!


Recommended Resources

Literature Recommendations (optional)

  • Kimminich: Pwning OWASP Juice Shop, 2022
  • Stuttard, Pinto: The Web Application Hacker's Handbook 2, 2011
  • Zalewski: The Tangled Web: A Guide to Securing Modern Web Applications, 2011
  • Zalewski, Heiderich: Tangled Web - Der Security-Leitfaden für Webentwickler, 2012 (:de:)

Awesome Web Security

Curated list of Web Security materials and resources.

Awesome List Logo