pwncollege
DojosLeaderboardCommunity
Back to cse365-s2025

Module 2: Lectures

cse365-s2025
0/14 challenges completed

We'll cover two topics this week: Data (and its quirks) and Access Control. The latter comes to us from special guest Adam Doupe!

In order to receive credit for watching these lecture, expand the challenge, press the "Start" button, and then once it has started, watch the lecture here. Once you have finished watching the lecture (the bar at the bottom should be completely green), a flag should pop up. Copy and paste that flag into the challenge to receive credit. Then, watch the next lecture.

This lecture watching workflow is new, and will probably need to be adjusted/improved as we go. Please have a little bit of patience as we figure this out and message @kanak on Discord if you run into any issues.

Challenges

1
Assignment Introduction
2
Dealing with Data: Binary Data
3
Dealing with Data: Hex
4
Dealing with Data: Encoding Text
5
Dealing with Data: Playing with Encodings
6
Dealing with Data: Base64
7
Dealing with Data: Gleaning Challenge Insights
8
Access Control: Introduction
9
Access Control: Modeling Access Control
10
Access Control: Implementing Access Control
11
Access Control: POSIX Access Control
12
Access Control: Types of Access Control
13
Access Control: Mandatory Access Control
14
Access Control: Getting Started