Sploitus

Exploit for Writeups

githubexploit Β· 2026-08-11

Exploit Code

README156 lines
## https://sploitus.com/exploit?id=150ACA67-DFF4-5327-B95C-88998EA7FDC9
# Cybersecurity CTF & Lab Writeups

A collection of hands-on cybersecurity challenges, CTF solutions, and technical investigations.

This repository documents challenges I have completed across different cybersecurity events and platforms. Each write-up focuses on the techniques used, the exploitation or investigation process, the underlying vulnerability or root cause, and the lessons learned.

## Events

### THM Defcon CTF Event

**Overflow The Jackpot CTF**

A TryHackMe Defcon CTF event consisting of five tasks covering different areas of practical cybersecurity.

The event writeups include:

- Technical investigation and exploitation steps
- Custom scripts developed during the challenges
- Screenshots documenting important findings
- Flags recovered during each task

[View the event writeups](./THM%20Defcon%20CTF%20Event/Overflow%20The%20Jackpot%20CTF/)

---

### Hacker Holidays 2026

**TryHackMe β€” Hacker Holidays 2026**

A 14-day cybersecurity challenge completed one room per day.

The event covered a broad range of cybersecurity topics, including:

- Web exploitation
- Cloud security
- Network forensics
- Windows forensics
- OSINT
- AI and prompt injection
- Malware analysis
- Authentication and authorization vulnerabilities
- Privilege escalation
- Race conditions
- Reverse shells
- Remote code execution
- Credential and secret recovery

Each day contains a dedicated write-up with supporting screenshots and, where applicable, scripts used during the investigation.

[View the Hacker Holidays 2026 writeups](./Hacker%20Holidays%202026/)

## Skills & Techniques

The challenges documented in this repository cover a wide range of practical cybersecurity techniques, including:

- Web application security
- Authentication bypass
- Broken access control
- SQL and NoSQL injection
- Server-Side Template Injection (SSTI)
- Remote Code Execution (RCE)
- Command injection
- Reverse shells
- Privilege escalation
- Race conditions
- API enumeration
- Cloud security
- AWS Cognito and IAM
- Azure Blob Storage and SAS tokens
- Azure Key Vault
- Network traffic analysis
- Covert channels
- XOR and Base64 analysis
- WMI forensics and persistence
- PowerShell analysis
- .NET malware analysis
- OSINT and public-source investigation
- Prompt injection
- LLM agent abuse
- Windows credential recovery
- DPAPI analysis
- Browser credential decryption
- Digital forensics

## Repository Structure

```text
Writeups/
β”‚
β”œβ”€β”€ README.md
β”‚
β”œβ”€β”€ THM Defcon CTF Event/
β”‚   └── Overflow The Jackpot CTF/
β”‚       β”œβ”€β”€ Introduction/
β”‚       β”œβ”€β”€ Task1/
β”‚       β”œβ”€β”€ Task2/
β”‚       β”œβ”€β”€ Task3/
β”‚       β”œβ”€β”€ Task4/
β”‚       └── Task5/
β”‚
└── Hacker Holidays 2026/
    β”œβ”€β”€ Day01_The Concierge Knows Too Much/
    β”œβ”€β”€ Day02_Room 404/
    β”œβ”€β”€ Day03_Complimentary/
    β”œβ”€β”€ Day04_Packed Light/
    β”œβ”€β”€ Day05_Beach Bar/
    β”œβ”€β”€ Day06_Overheard at Breakfast/
    β”œβ”€β”€ Day07_Do Not Disturb/
    β”œβ”€β”€ Day08_Towel on the Sunbed/
    β”œβ”€β”€ Day09_CryptoCabana/
    β”œβ”€β”€ Day10_The Hollow Shell/
    β”œβ”€β”€ Day11_Infinity Pool/
    β”œβ”€β”€ Day12_After Hours/
    β”œβ”€β”€ Day13_The Guestbook/
    └── Day14_Management Wants a Word/
```

Individual challenge directories may contain:

```text
notes.md
screenshots/
scripts/
```
The `screenshots` directories contain selected evidence and important findings from the investigations, while the `scripts` directories contain custom scripts used to automate or assist with specific tasks.

## Portfolio

The writeups are also presented through my personal portfolio:

**https://yessine.is-a.dev/**

The portfolio provides a visual way to browse the completed challenges and their corresponding technical write-ups.

## Disclaimer

All techniques, commands, scripts, and exploitation methods documented in this repository were performed against intentionally vulnerable systems and controlled cybersecurity challenge environments.

This repository is intended for:

- Educational purposes
- Cybersecurity learning
- CTF practice
- Technical documentation
- Personal skill development

Do not use the techniques described here against systems or applications without explicit authorization.

## Author

**Yessine Helal**

Personal portfolio:

**https://yessine.is-a.dev/**