# Zeyu's OSCP Writeups

## \~# ls -la

| Name                                                                                                                 | Type               |
| -------------------------------------------------------------------------------------------------------------------- | ------------------ |
| [My OSCP Journey: How I Tried Harder](https://pentesting.zeyu2001.com/blog-posts/my-oscp-journey-how-i-tried-harder) | Blog Post          |
| [Proving Grounds - Offensive Security](#cd-proving_grounds)                                                          | Challenge Writeups |
| [Hack the Box](#cd-hack_the_box)                                                                                     | Challenge Writeups |

## \~# cd proving\_grounds

[Offensive Security Proving Grounds (PG) ](https://www.offensive-security.com/labs/)are a modern network for practicing penetration testing skills on exploitable, real-world vectors.

### Warm Up (10)

| Machine                                                                        | OS      | Description                                          |
| ------------------------------------------------------------------------------ | ------- | ---------------------------------------------------- |
| [Pebbles](https://pentesting.zeyu2001.com/proving-grounds/warm-up/pebbles)     | Linux   | Not your average pebble in a pond - a pretty pebble. |
| [Twiggy](https://pentesting.zeyu2001.com/proving-grounds/warm-up/twiggy)       | Linux   | An easy machine, but a tad sneaky.                   |
| [Bratarina](https://pentesting.zeyu2001.com/proving-grounds/warm-up/bratarina) | Linux   | Bratarina is not the nicest lady in town.            |
| [Internal](https://pentesting.zeyu2001.com/proving-grounds/warm-up/internal)   | Windows | Quick and simple way to learn the Brazilian dance.   |
| [ClamAV](https://pentesting.zeyu2001.com/proving-grounds/warm-up/clamav)       | Linux   | Retired exam machine to help you prepare.            |

### Get to Work (20)

| Machine                                                                            | OS      | Description                                                                                      |
| ---------------------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------ |
| [Nibbles](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/nibbles)     | Linux   | This machine will highlight why we have hardening guidelines.                                    |
| [Nickel](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/nickel)       | Windows | We require more minerals.                                                                        |
| [WebCal](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/webcal)       | Linux   | Enumeration is key. Also, don't follow where it leads you...                                     |
| [Authby](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/authby)       | Windows | Enumeratation and pillaging like bandits in the old country.                                     |
| [Pelican](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/pelican)     | Linux   | Let's hope to see one at the zoo.                                                                |
| [Jacko](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/jacko)         | Windows | A machine best paired with a nice cup of coffee.                                                 |
| [Medjed](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/medjed)       | Windows | Medjed - The Smiter, who belongs to the House of Osiris, who shoots with his eye, yet is unseen. |
| [XposedAPI](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/xposedapi) | Linux   | Don't get exposed.                                                                               |

### Try Harder (25)

| Machine                                                                         | OS      | Description                                      |
| ------------------------------------------------------------------------------- | ------- | ------------------------------------------------ |
| [Meathead](https://pentesting.zeyu2001.com/proving-grounds/try-harder/meathead) | Windows | Teaches basic pillaging and chaining principals. |

## \~# cd hack\_the\_box

[Hack The Box](https://www.hackthebox.eu/) is a massive, online cyber security training platform, allowing individuals, companies, universities and all kinds of organizations around the world to level up their hacking skills.

### Easy

| Machine                                                                        | OS    |
| ------------------------------------------------------------------------------ | ----- |
| [ScriptKiddie](https://pentesting.zeyu2001.com/hack-the-box/easy/scriptkiddie) | Linux |
| [Delivery](https://pentesting.zeyu2001.com/hack-the-box/easy/delivery)         | Linux |
| [Laboratory](https://pentesting.zeyu2001.com/hack-the-box/easy/laboratory)     | Linux |
| [Academy](https://pentesting.zeyu2001.com/hack-the-box/easy/academy)           | Linux |
| [Sense](https://pentesting.zeyu2001.com/hack-the-box/easy/sense)               | Linux |

### Medium

| Machine                                                              | OS      |
| -------------------------------------------------------------------- | ------- |
| [Cronos](https://pentesting.zeyu2001.com/hack-the-box/medium/cronos) | Linux   |
| [Jeeves](https://pentesting.zeyu2001.com/hack-the-box/medium/jeeves) | Windows |


---

# Agent Instructions: 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://pentesting.zeyu2001.com/master.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.
