2025.08.19Y·07I Hacked My First Website (OWASP Top 10 Deep Dive)
I share how I hacked my friend's website with a single line of SQL Injection in high school. I explain the OWASP Top 10 vulnerabilities every developer must know allowing you to 'think like a hacker'. I focus on Injection, Broken Access Control (IDOR), Cryptographic Failures, and Security Misconfiguration.
SecurityOWASPHacking
→2025.07.15Y·06My Database Was Wiped Out Because of a Single Quote (SQL Injection)
How I lost my data due to a simple SQL Injection. Why Prepared Statements are the only silver bullet and if ORMs are truly safe.
SecurityDatabaseBackend
→2025.05.18Y·01Buffer Overflow: The Vulnerability That Never Dies
A deep dive into one of the oldest and most dangerous software vulnerabilities. How rewriting the Return Address works, and how modern OS protections like ASLR, DEP/NX, and Stack Canaries attempt to stop it.
SecurityCMemory
→