đŦ Security Practice Laboratories
Welcome to my security laboratories portal. I maintain a series of local, cloud, and containerized networks to test exploit payloads, model advanced attack vectors, and practice configuration auditing.
Each lab is built using infrastructure-as-code principles (Vagrant, Docker, and Ansible) to ensure reproducible, clean environments for security research.
Active Directory Lab
Local forest environment featuring domain controllers, certificate servers (AD CS), and trust relations to model enterprise attack paths.
Explore AD Lab âWeb Application Lab
Docker-compose stacks running vulnerable backend services (Node.js, Python, PHP) to safely audit API flaws and server-side injection vectors.
Explore Web Lab âCloud Infrastructure
Isolated AWS & Azure staging deployments featuring misconfigured IAM roles, metadata exposures, and serverless privilege escalation paths.
Explore Cloud Lab âMobile Security Lab
Rooted Android and jailbroken iOS endpoints preconfigured with Frida instrumentation servers to audit local storage and bypass SSL pinning.
Explore Mobile Lab âDockerLabs
Containerized local labs focusing on web vulnerabilities, local privilege escalations, and system pivoting.
Explore DockerLabs âTheHackersLabs
Vulnerable Windows environments designed to practice AD exploitation, UAC bypasses, and system administration.
Explore TheHackersLabs âBugBountyLabs
Web penetration testing labs simulating common bug bounty vulnerabilities like XSS, CSRF, and SSRF.
Explore BugBountyLabs âPentesterLab
Structured web security exercises covering fundamental to advanced server-side vulnerability testing.
Explore PentesterLab âđ Lab Infrastructure Statistics
Below is an overview of the system resource allocations and orchestrations powering these practice networks:
| Environment | Hosts / Containers | Hypervisor / Cloud | Orchestration Tool |
|---|---|---|---|
| Active Directory | 4 Windows VMs | VMware ESXi | Vagrant + PowerShell DSC |
| Web Security | 12 Docker Containers | Local Docker Host | Docker-Compose + Ansible |
| Cloud Labs | EKS Cluster, 3 VMs | AWS & Azure Sandbox | Terraform |
| Mobile Labs | Pixel 4a, iPhone 8 | Physical / Corellium | custom dynamic instrumentation |
đ ī¸ Orchestration Blueprint
My custom lab provisioning engine, Lab Manager, is used to orchestrate these environments on demand. You can find detailed provisioning scripts, network configs, and deployment guides in the Lab Manager Wiki under the Tools section.