This repository contains my notes and practice from PortSwigger Web Security Academy and Python learning.
- SQL Injection (PortSwigger)
- Server-side vulnerabilities (PortSwigger)
- API Testing
- File Upload Vulnerabilities
- XSS
- Basic techniques
- Bypass filters
- Extracting data
- SSRF
- File upload vulnerabilities
- Other server-side issues
- In progress
- Refelcted XSS
- Reflected XSS into HTML context (no encoding)
- Basics: variables, strings, lists
- Working with data
- (later) scripts for security testing
- Understand how vulnerabilities work
- Learn how to exploit and prevent them
- Build small security tools using Python