{% extends "base.html" %} {% load static %} {% load custom_tags %} {% block title %} OWASP {% env 'PROJECT_NAME' %} Education - Security Courses & Learning Resources {% endblock title %} {% block description %} Access comprehensive security education with OWASP {% env 'PROJECT_NAME' %} Education. Learn web security, bug hunting, and ethical hacking through expert-led courses, lectures, and video tutorials. {% endblock description %} {% block keywords %} OWASP {% env 'PROJECT_NAME' %}, security education, bug hunting courses, web security training, ethical hacking, security lectures, video tutorials {% endblock keywords %} {% block og_title %} OWASP {% env 'PROJECT_NAME' %} Education - Security Courses & Learning Resources {% endblock og_title %} {% block og_description %} Master security skills with OWASP {% env 'PROJECT_NAME' %} Education. Expert-led courses in web security, bug hunting, and ethical hacking for beginners and professionals. {% endblock og_description %} {% block content %} {% include "includes/sidenav.html" %}

Education

Welcome to OWASP BLT Education

Welcome to our comprehensive learning platform where security meets education! OWASP BLT Education offers expert-led courses in web security, bug hunting, and ethical hacking. Whether you're a beginner or an experienced professional, our structured learning paths will help you master the skills needed to identify and fix security vulnerabilities.

Learn

Access structured courses with hands-on exercises

Practice

Apply your knowledge with real-world scenarios

Achieve

Earn certificates and build your portfolio

Courses

{% if courses %} {% include "education/includes/course_list.html" %} {% else %}

No courses available

Check back later for new content.

{% endif %}

Featured Lectures

{% if lectures %}
{% for lecture in lectures %}

{{ lecture.title }}

{{ lecture.get_content_type_display }} • {% if lecture.duration %}{{ lecture.duration }} min{% endif %}

{% if lecture.description %}

{{ lecture.description }}

{% endif %} {% if lecture.content_type == "VIDEO" and lecture.embed_url %}

Watch Separately

{% elif lecture.content_type == "DOCUMENT" %}
{{ lecture.content|safe }}
{% elif lecture.content_type == "QUIZ" %}

This is a quiz section. Complete all questions to mark this lecture as completed.

{% elif lecture.content_type == "LIVE" %}
{% if lecture.scheduled_time and lecture.scheduled_time > now %}

This live session is scheduled for {{ lecture.scheduled_time|date:"F j, Y, g:i a" }}

{% if lecture.live_url %} Join Live Session {% endif %} {% elif lecture.recording_url %}

This session has ended. You can watch the recording below:

Watch Recording

{% else %}

This live session has ended. Recording will be available soon.

{% endif %}
{% endif %}
{% endfor %}
{% else %}

No lectures available

Check back later for new content.

{% endif %}

Featured videos

{% endblock content %}