This repository contains some of my notes to the pwn.college challenges.
Note: These notes are provided as learning resources only. Please do not copy them — they're here to support understanding, not serve as plug-and-play answers.
| # | Name | Link | Tags |
|---|---|---|---|
| 1 | Rev Eng: Version Information in x86 | View | Reverse Engineering, x86, gdb |
| 2 | ARP Spoofing: Man In the Middle Attack | View | ARP Spoofing, TCP, Man-in-the-middle |
| 3 | SQL Injection: Guess password even if the actual data is not shown | View | SQL, Authentication |
| 4 | Transport Layer Security: Hand Shake | View | TLS, Diffie-Hellman, RSA, AES, SHA |
| 5 | Provable Access Control: Bell-LaPadula Model | View | POSIX Access Control, Mandatory Access Control, Bell-LaPadula Model |
| 6 | Use XSS to exfiltrate victim authentication data | View | Cross Site Scripting, HTTP Cookies |