> For the complete documentation index, see [llms.txt](https://hunter2.gitbook.io/practical-hacking/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hunter2.gitbook.io/practical-hacking/what-now.md).

# What now?

* Keep working on boxes on HTB
* Read writeups of machines and [Ippsec videos](https://www.youtube.com/channel/UCa6eh7gCkpPo5XXUDfygQQA) to learn how others solved boxes you have rooted
* Spread your knowledge by teaching others what you have learned and maybe even make some short writeups of boxes
* Read some books on hacking subjects that interest you
* **More advanced labs on HTB** - Endgame (requires guru rank), Rastalabs (paid), Offshore (paid)
* **Offensive Security Certified Professional (OSCP)** certification
  * 55 machines with 30/60/90 day lab access 24 hour exam.
  * HTB is harder than OSCP
* **SANS Holiday Hack 2018**&#x20;
  * Starts december 2018
  * 8-bit mini game
  * Super cool CTF challenges
  * Hacking boxes
  * Saving Santa Clause

Microsoft hacking is extremely fun and useful to get into. Especially if you want to venture past hacking individual boxes. Check out chryzsh' other Gitbook called [Darth Sidious](https://hunter2.gitbook.io/darthsidious/), dedicated to Windows hacking.

![](https://lh3.googleusercontent.com/4D-jyn-zfGy01nL5pL5yEIq2pA-p0ZTdjvSBasc5KjNHQZFGufCut_k3hJxjbsdWP6UHbECKESnLexmN_RkpXQh7FkPyT1xhHP4EgWTd6K1GZsvozQHpuUtaiUKaXdLM4sxbXk41Ddc)


---

# 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://hunter2.gitbook.io/practical-hacking/what-now.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.
