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

# Dhruv Verma

Interview is [here](https://docs.google.com/document/d/1_cXk3J_PyI4prD0-xpZf9KmL0DCF9M52zzwzdObV2-A/edit?usp=sharing).

## Links

* [Presentation](https://docs.google.com/presentation/d/122UBRhgM443_WZZ4TERQnpzyEQaOTLZtPHbFT968LFI/edit?usp=sharing/)
* Buffer Overflow [Lab](https://seedsecuritylabs.org/Labs_16.04/Software/Buffer_Overflow)

Btw, here are some key takeaways students thought they took from your presentation:

* One line I really took from the talk is organizing and sectioning off time for OSCP. To me, that meant that it's not about the short run, where I would try to blast through all the machines in one go, but to pick a time and workflow that works for me.
* My biggest takeaways were the differences from how I as a learner approach hacking vs someone who does it professionally. I would probably end up doing many of the same things, but in a much more manual way which wouldn't scale to testing a whole network.


---

# 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://oscp.cyberdefendersprogram.com/interviews/dhruv-verma.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.
