Hi. 👋 I write cybersecurity or whatever else tech interests me. I am a cybersecurity student, and I love to learn and share knowledge.
- Aziz
Hi. 👋 I write cybersecurity or whatever else tech interests me. I am a cybersecurity student, and I love to learn and share knowledge.
An intro to Python Secure Coding with Python Basics, Variable, Data types, including Final Mini Project.
This post will covers python conditional statements in detail
Python Functions and built-ins with detailed practical explanations, including Final Mini Project.
A detailed discussion on Modular Programming and Error Handling in Python.
A detailed post on file handling in Python programming, covering how to open, read, write, append, and delete files. It also explains handling text, binary, CSV, and JSON files with practical code examples and ends with a final mini project to apply all the concepts.
A detailed post on OOP in Python
A detailed guide on Python web application frameworks, covering Flask and Django in complete detail, along with building real-world web applications.
A Detailed Guide on OWASP Top 10 2021, 2025 and Basic Secure Coding Principles
Python Django Code Review. We have covered the OWASP Injection vulnerability in detail with practical examples + Code Review.
Python Django Code Review. We have covered the OWASP Broken Authentication vulnerability in detail with practical examples + Code Review + Security Implementation.
This blog covers the Broken Access Control vulnerability through hands on, CTF style hacking using Pygoat, a Django based intentionally vulnerable web application. It also explains practical mitigation strategies to help you understand how to prevent and secure applications against this vulnerability.
This blog discuss OWASP #2 2025 Security Misconfiguration Vulnerability + CTF style Hacking Pygoat (django based vulnerable web application) and we will discuss mitigation as well in detail.