> For the complete documentation index, see [llms.txt](https://pentesting.zeyu2001.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentesting.zeyu2001.com/proving-grounds.md).

# Proving Grounds

- [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)


---

# 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, and the optional `goal` query parameter:

```
GET https://pentesting.zeyu2001.com/proving-grounds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
