# Browser Exploitation

This is going to document my journey into V8 exploitation, and hopefully provide some tools to help you learn too.

To start with, we're going to go through \*CTF's OOB-V8 challenge, mostly following [Faith's brilliantly in-depth writeup](https://faraz.faith/2019-12-13-starctf-oob-v8-indepth/). From there, well, we'll see.

[Saelo's classic V8 paper](http://www.phrack.org/issues/70/9.html) is also a goldmine.


---

# 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://ir0nstone.gitbook.io/notes/binexp/browser-exploitation.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.
