# Pentesting

## Pentesting

- [Zeyu's OSCP Writeups](https://pentesting.zeyu2001.com/master.md): Here's an archive of the boxes I did to prepare for the OSCP.
- [My OSCP Journey: How I Tried Harder](https://pentesting.zeyu2001.com/blog-posts/my-oscp-journey-how-i-tried-harder.md): How I tried harder to attain my Offensive Security Certified Professional (OSCP) certification
- [Warm Up](https://pentesting.zeyu2001.com/proving-grounds/warm-up.md): Writeups for Warm Up machines from Proving Grounds by Offensive Security.
- [Pebbles](https://pentesting.zeyu2001.com/proving-grounds/warm-up/pebbles.md): Writeup for Pebbles from Offensive Security Proving Grounds (PG)
- [Twiggy](https://pentesting.zeyu2001.com/proving-grounds/warm-up/twiggy.md): Writeup for Twiggy from Offensive Security Proving Grounds (PG)
- [Bratarina](https://pentesting.zeyu2001.com/proving-grounds/warm-up/bratarina.md): Writeup for Bratarina from Offensive Security Proving Grounds (PG)
- [Internal](https://pentesting.zeyu2001.com/proving-grounds/warm-up/internal.md): Writeup for Internal from Offensive Security Proving Grounds (PG)
- [ClamAV](https://pentesting.zeyu2001.com/proving-grounds/warm-up/clamav.md): Writeup for ClamAV from Offensive Security Proving Grounds (PG)
- [Get to Work](https://pentesting.zeyu2001.com/proving-grounds/get-to-work.md): Writeups for Get to Work machines from Proving Grounds by Offensive Security.
- [Nibbles](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/nibbles.md): Writeup for Nibbles from Offensive Security Proving Grounds (PG)
- [Nickel](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/nickel.md): Writeup for Nickel from Offensive Security Proving Grounds (PG)
- [WebCal](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/webcal.md): Writeup for WebCal from Offensive Security Proving Grounds (PG)
- [Authby](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/authby.md): Writeup for Authby from Offensive Security Proving Grounds (PG)
- [Pelican](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/pelican.md): Writeup for Pelican from Offensive Security Proving Grounds (PG)
- [Jacko](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/jacko.md): Writeup for Jacko from Offensive Security Proving Grounds (PG)
- [Medjed](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/medjed.md): Writeup for Medjed from Offensive Security Proving Grounds (PG)
- [XposedAPI](https://pentesting.zeyu2001.com/proving-grounds/get-to-work/xposedapi.md): Writeup for XposedAPI from Offensive Security Proving Grounds (PG)
- [Try Harder](https://pentesting.zeyu2001.com/proving-grounds/try-harder.md): Writeups for Get to Work machines from Proving Grounds by Offensive Security.
- [Meathead](https://pentesting.zeyu2001.com/proving-grounds/try-harder/meathead.md): Writeup for Meathead from Offensive Security Proving Grounds (PG)
- [Easy](https://pentesting.zeyu2001.com/hack-the-box/easy.md): Writeups for Easy machines from Hack the Box.
- [ScriptKiddie](https://pentesting.zeyu2001.com/hack-the-box/easy/scriptkiddie.md): Writeup for ScriptKiddie from Hack the Box
- [Delivery](https://pentesting.zeyu2001.com/hack-the-box/easy/delivery.md): Writeup for Delivery from Hack the Box
- [Laboratory](https://pentesting.zeyu2001.com/hack-the-box/easy/laboratory.md): Writeup for Laboratory from Hack the Box
- [Academy](https://pentesting.zeyu2001.com/hack-the-box/easy/academy.md): Writeup for Academy from Hack the Box
- [Sense](https://pentesting.zeyu2001.com/hack-the-box/easy/sense.md): Writeup for Sense from Hack the Box
- [Medium](https://pentesting.zeyu2001.com/hack-the-box/medium.md): Writeups for Easy machines from Hack the Box.
- [Cronos](https://pentesting.zeyu2001.com/hack-the-box/medium/cronos.md)
- [Jeeves](https://pentesting.zeyu2001.com/hack-the-box/medium/jeeves.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
