> For the complete documentation index, see [llms.txt](https://jhaxx.gitbook.io/jhaxx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jhaxx.gitbook.io/jhaxx-docs/hack-smarter-labs/hacksmarter.md).

# Overview

OSCP-aligned penetration testing labs from [Hack Smarter Security](https://hacksmarter.org).

## Write-Ups

| Box                                                               | Difficulty | Topics                                                                                                                  |
| ----------------------------------------------------------------- | ---------- | ----------------------------------------------------------------------------------------------------------------------- |
| [Share The Pain](/jhaxx-docs/hack-smarter-labs/sharethepain.md)   | Medium     | AD Enumeration, NTLMv2 Capture, GenericAll Abuse, MSSQL, SeImpersonatePrivilege, GodPotato                              |
| [Building Magic](/jhaxx-docs/hack-smarter-labs/building-magic.md) | Easy       | Hash Cracking, Kerberoasting, ForcePasswordChange, NTLM Theft, SeBackupPrivilege, Pass-the-Hash                         |
| [Anomaly](/jhaxx-docs/hack-smarter-labs/anomaly.md)               | Medium     | Jenkins Default Credentials, Groovy RCE, Sudo Injection, Kerberos Keytab, ADCS ESC1, MachineAccountQuota, Pass-the-Hash |
| [Sysco](/jhaxx-docs/hack-smarter-labs/sysco.md)                   | Medium     | ASREPRoasting, Cisco IOS Hash Cracking, Password Spraying, Roundcube Webmail, GPO Abuse (GenericAll), pyGPOAbuse        |
| [ShadowGate](/jhaxx-docs/hack-smarter-labs/shadowgate.md)         | Medium     | ASREPRoasting, Targeted Kerberoasting, AD CS ESC8, NTLM Relay (PetitPotam), PKINIT, DCSync                              |
| [Samurai](/jhaxx-docs/hack-smarter-labs/samurai.md)               | Easy       | CVE-2023-23752, Joomla Information Disclosure, Webshell, Sliver C2, Sudo Command Injection                              |
| [Arasaka](/jhaxx-docs/hack-smarter-labs/arasaka.md)               | Medium     | Kerberoasting, GenericAll, GenericWrite, Targeted Kerberoasting, ADCS ESC1, PKINIT, Pass-the-Hash                       |
| [Verbose](/jhaxx-docs/hack-smarter-labs/verbose.md)               | Easy       | Username Enumeration, Broken Access Control, MFA Brute-Force, SSTI (Jinja2), RCE                                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jhaxx.gitbook.io/jhaxx-docs/hack-smarter-labs/hacksmarter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
