XSS - Reflected Payload
MediumCreate and execute reflected cross-site scripting attacks
XSS - Stored Injection
HardInject persistent malicious scripts into application storage
SQL Injection - Login Bypass
EasyBypass authentication using classic SQL injection techniques
SQL Injection - UNION Based
MediumExtract database data using UNION-based SQL injection
IDOR - User Profile Access
EasyAccess other users' profiles via insecure direct object references
IDOR - File Download Abuse
MediumDownload unauthorized files by manipulating object identifiers
CSRF - Password Change
MediumForce victims to change passwords using CSRF attacks
CSRF - Funds Transfer
HardTrigger unauthorized money transfers via CSRF
Directory Traversal - Basic
EasyAccess restricted files using path traversal payloads
Directory Traversal - Filter Bypass
MediumBypass input filters to exploit directory traversal vulnerabilities
Authentication - Weak Passwords
EasyExploit weak password policies to compromise user accounts
Authentication - Brute Force
MediumPerform brute-force attacks against login mechanisms
Authorization - Privilege Escalation
HardEscalate privileges due to broken authorization checks
File Upload - Malicious Files
MediumUpload and execute malicious files on the server
File Upload - MIME Type Bypass
HardBypass MIME type validation to upload dangerous files
Command Injection - Basics
MediumExecute system commands via unsanitized input
Command Injection - Filter Evasion
HardBypass input filters to achieve command execution
SSRF - Internal Services Access
MediumAccess internal services using server-side request forgery
SSRF - Cloud Metadata Abuse
HardExploit SSRF to access cloud metadata services
Open Redirect
EasyExploit open redirect vulnerabilities for phishing attacks
Basic Linux Commands
EasyNavigate and manipulate files in Linux using shell commands
Bash Scripting Fundamentals
MediumWrite simple scripts to automate tasks in Linux
Linux Permissions & Users
MediumManage users, groups, and file permissions in Linux
Process Management & Monitoring
MediumMonitor and control Linux processes effectively
Docker Basics
MediumCreate and run containers with Docker
Docker Compose
MediumDefine multi-container applications using Docker Compose
Kubernetes Intro
HardDeploy and manage applications in Kubernetes clusters
CI/CD with GitHub Actions
MediumAutomate testing and deployment pipelines
Cloud Services Overview
EasyUnderstand core cloud concepts and services
Infrastructure as Code - Terraform
HardProvision cloud resources using Terraform
HTML & CSS Fundamentals
EasyBuild static web pages with HTML and CSS
JavaScript Basics
EasyLearn JS fundamentals and DOM manipulation
React - Components & State
MediumBuild dynamic web apps using React components and state
React - Routing & Hooks
MediumManage routes and use hooks effectively in React
Node.js & Express
MediumCreate backend APIs using Node.js and Express
Database Integration - MongoDB
MediumConnect web apps to MongoDB databases
Authentication & JWT
MediumImplement authentication using JWT in web apps
Deployment & Hosting
EasyDeploy web applications to cloud providers