# Root Me Solutions & Write-ups

This repository offers write-ups and solutions for [Root Me CTF challenges](https://nh4ttruong.github.io/emtoor), aimed at educational and ethical hacking practice. It provides step-by-step guides for various web security, application security, and digital forensics challenges.

> [**TL;DR**](https://nh4ttruong.github.io/emtoor/)

<div data-node-type="callout">
<div data-node-type="callout-emoji">⚠</div>
<div data-node-type="callout-text">Disclaimer: Please read the <a target="_self" rel="noopener noreferrer nofollow" href="https://nh4ttruong.github.io/emtoor/disclaimer.html" style="pointer-events: none">Disclaimer</a> before "dive" into the challenges.</div>
</div>

---

## Categories

This repository is organized into several categories, each focusing on different aspects of cybersecurity challenges:

| **Category** | **Description** | **Quick Access** |
| --- | --- | --- |
| Cross-Site Scripting | XSS attack techniques & solutions | [XSS challenges](https://nh4ttruong.github.io/emtoor/Cross-Site-Scripting/index.html) |
| CSRF | Cross-Site Request Forgery | [CSRF challenges](https://nh4ttruong.github.io/emtoor/CSRF/index.html) |
| PHP Vulnerabilities | File inclusion, upload, etc. | [PHP challenges](https://nh4ttruong.github.io/emtoor/PHP/index.html) |
| SQL Injection | SQLi types and bypasses | [SQL Injection challenges](https://nh4ttruong.github.io/emtoor/SQL-Injection/index.html) |
| Steganography | Hidden data in files/images | [Steganography challenges](https://nh4ttruong.github.io/emtoor/Steganography/index.html) |
| Forensics | Digital forensics challenges | [Forensics challenges](https://nh4ttruong.github.io/emtoor/Forensics/index.html) |

<div data-node-type="callout">
<div data-node-type="callout-emoji">🗒</div>
<div data-node-type="callout-text">Note: This is just my solution approach, and it may not be correct at the time you attempt the challenge.</div>
</div>

---

## Contributing

Contributions, corrections, and new write-ups are welcome! Please open an issue or pull request.
