root@mormory:~$ whoami
cybersecurity_student
root@mormory:~$ cat mission.txt
Learn. Build. Break in the lab. Detect. Defend.

به mormory.ir
خوش آمدید

یک آزمایشگاه شخصی برای یادگیری امنیت سایبری، برنامه‌نویسی، لینوکس، تحلیل امنیتی و تست نفوذ قانونی برنامه‌های وب.

// mission.json

{
  "website": "mormory.ir",
  "mission": "Cybersecurity Learning",
  "focus": [
    "Frontend",
    "Backend",
    "Python",
    "Linux",
    "Web Security",
    "SOC Analysis",
    "Authorized Pentesting"
  ],
  "method": "Learn → Build → Test → Detect → Defend",
  "environment": "Authorized labs only"
}
            
// 01 — ABOUT

Why this website exists

This website documents my journey into cybersecurity and gives me a structured environment to learn how modern web applications work from both the developer and security perspectives.

01. Build the foundation

I want to understand how websites actually work. That means learning HTML, CSS, JavaScript, HTTP, APIs, databases and backend development.

02. Learn Linux

Linux is an important part of modern infrastructure and security engineering. I am learning the shell, permissions, processes, networking, services, logs and system administration.

03. Learn Python

Python will be used for automation, data processing, security tooling, API interaction, log analysis and building small security utilities.

04. Understand web security

The goal is not simply to memorize vulnerabilities. I want to understand why they happen, how developers prevent them, how defenders detect them and how authorized testers validate them in controlled labs.

// 02 — LEARNING ROADMAP

My cybersecurity learning path

The skills are connected. Understanding development makes application security easier to understand, while Linux and networking provide the infrastructure foundation.

01 / FRONTEND

Frontend

  • HTML
  • CSS
  • JavaScript
  • DOM
  • Browser security
  • HTTP requests
02 / BACKEND

Backend

  • REST APIs
  • Authentication
  • Sessions
  • Databases
  • Server architecture
  • Input validation
03 / PYTHON

Python

  • Automation
  • Requests
  • JSON
  • APIs
  • Log processing
  • Security scripts
04 / LINUX

Linux

  • Bash