If you need a structured list of topics to learn, this is a sample training roadmap
- Basics
- Number Theory
- Combinatorics and counting
- Entropy
- Algorithm correctness and efficiency
- Computational hardness
- Attacks
- Caeser, Devigeneres cipher
- Block cipher
- AES
- Stream cipher, RC4
- Diffie Hellman, RSA
- Advanced
- Abstract algebra
- Elliptic curves
- Weak hashes, collisionns, preimage, HMAC
- Quantum crypto
- Basics
- C/C++ Programming
- Executable files
- Assembly
- Debugging
- Shellcode
- Attacks
- Stack overflows
- Stack canaries
- DEP and NX
- ROP
- Advanced
- ASLR
- Heap overflow
- Heap exploits
- Race conditions
- Kernel
- Basics
- C/C++
- Executable files
- Assembly
- Debugging
- Attacks
- Data flow analysis
- Taint analysis
- Advaned
- Anti debugging
- SMT
- Client Side: HTML, CSS, JavaScript
- Server side: Java, PHP, Python
- Database: SQL, Mongo
- HTTP protocol
- Browser Proxy: Burpsuite, ZAP
- Attacks
- Open redirect
- CSRF
- XSS
- SQL injection
- RCE
- Advanced
- Bypassing Filters
- Chaining vulnerabilities
- Web server vulnerabilities
- Finding logic bugs