title>CyberSec Lab | Ethical Security Research
About
Labs
Team
Contact
About Project
CyberSec Lab is an educational cybersecurity project focused on
ethical hacking, penetration testing concepts, and security awareness.
This project is strictly for learning and defense purposes.
Security Labs
Web Application Security Basics
SQL Injection (Theory Only)
Cross-Site Scripting Awareness
Password Security & Hashing
Network Security Fundamentals
Project Team
Umair Ali
Cybersecurity Student
Ali Akhtar
Web Security Researcher
body {
margin: 0;
font-family: Arial, sans-serif;
background: #0b0f1a;
color: #e0e0e0;
}
header {
background: #11162a;
padding: 30px;
text-align: center;
}
nav {
background: #1a1f3c;
padding: 10px;
text-align: center;
}
nav a {
color: #00ffcc;
margin: 0 15px;
text-decoration: none;
font-weight: bold;
}
section {
padding: 30px;
}
h2 {
color: #00ffcc;
}
.card {
background: #151b33;
padding: 15px;
margin: 10px 0;
border-left: 4px solid #00ffcc;
}
footer {
text-align: center;
padding: 15px;
background: #11162a;
font-size: 14px;
}