Sploitus

Exploit for GlassHouse

githubexploit Β· 2026-08-25

Exploit Code

README41 lines
## https://sploitus.com/exploit?id=F3A64E47-D1B4-515E-A20A-708B77AA4D4F
# GlassHouse: Intentionally Vulnerable Security Labs

> [!WARNING]
> **LEGAL NOTICE: AUTHORIZED USE ONLY**
> These labs are for educational purposes in isolated, local environments. Unauthorized access to computer systems is a criminal offense. Refer to [LEGAL.md](file:///home/mello/GlassHouse/LEGAL.md) for details, including context on the **Nigeria Cybercrimes Act 2015**.

GlassHouse is a collection of intentionally vulnerable applications designed to help students, developers, and security professionals learn about common web vulnerabilities, their exploitation, and how to fix them.

## Structure
The repository is organized by vulnerability class, following a standardized module structure:
- **01 SQL Injection**: In-band, Blind, Time-based.
- **02 Cross-Site Scripting (XSS)**: Stored, Reflected, DOM.
- ... and more.

## Quick Start
1.  **Read the Legal Notice**: [LEGAL.md](file:///home/mello/GlassHouse/LEGAL.md)
2.  **Setup your Lab**: [LAB_SETUP.md](file:///home/mello/GlassHouse/LAB_SETUP.md)
3.  **Choose a Module**: Navigate to any directory in `GlassHouse/`.
4.  **Follow the Guide**: Each module contains a `geting-started.md` and a `README.md` to guide you.

## Module Tagging
Every module is tagged with its difficulty and estimated time to complete:
- **Beginner**: Conceptual understanding, basic payloads. (~15-30 mins)
- **Intermediate**: Complex payloads, manual exploitation. (~45-60 mins)
- **Advanced**: Multi-stage attacks, scripting required. (~90+ mins)

## Features
- **Reproducible**: Every lab is Dockerized for a consistent experience.
- **Verifiable**: Automated tests prove the vulnerability is present and that your fix works.
- **Educational**: Detailed `medium.md` deep dives for every submodule.
- **Interactive**: Try the Telegram Quiz Bot (coming soon!) to test your knowledge.

## License
- **Content**: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
- **Code**: [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html)
See [LICENSE](file:///home/mello/GlassHouse/LICENSE) for more details.

---
Created by **Favour Ejiogu**.
Dedicated to continuous learning and ethical security.