# Vulnerability Research and Exploit Development

Credits: [**alirazamumtaz**](https://github.com/alirazamumtaz), [Tehreem Iqbal](https://github.com/Tehreem-Iqbal), [Arslan Ahemd](https://github.com/Deathnet123), [Faran Abdullah](https://github.com/faran1512)

## Introduction

Vulnerability research and exploit development are processes used by security professionals to identify and take advantage of weaknesses in computer systems and software. Vulnerability research involves identifying and analyzing potential security vulnerabilities in systems and software, while exploit development involves creating a program or script that can take advantage of a vulnerability to gain unauthorized access or control over a system. These processes are often used by white hat security researchers to find and report vulnerabilities to software vendors so that they can be patched, but they can also be used by black hat hackers to gain unauthorized access to systems.

1. #### Basic Vulnerabilities and Exploitations
   * [ ] [Process in Linux](https://hexclan.gitbook.io/vred/1-vred/1-process-in-linux)
   * [x] [x86\_64 Assembly](https://hexclan.gitbook.io/vred/1-vred/2-x86-assembly)
   * [x] [Shellcode Injection](https://hexclan.gitbook.io/vred/1-vred/3-shellcode-injection)
   * [x] [Sandboxing](https://hexclan.gitbook.io/vred/1-vred/4-sandboxing)
   * [ ] [Reverse Engineering](https://hexclan.gitbook.io/vred/1-vred/5-reverse-engineering)
   * [x] [Memory Error](https://hexclan.gitbook.io/vred/1-vred/6-memory-error)
   * [ ] [Race Condition](https://hexclan.gitbook.io/vred/1-vred/7-race-condition)
   * [x] [Dynamic Allocators](https://hexclan.gitbook.io/vred/1-vred/8-dynamic-allocators)
2. #### Kernel Exploitation
   * [x] [Kernel Security](https://hexclan.gitbook.io/vred/2-kernel-security/1-kernel-security)
   * [x] [KPTI](https://hexclan.gitbook.io/vred/2-kernel-security/2-kpti)
   * [x] [Kernel ROP](https://hexclan.gitbook.io/vred/2-kernel-security/3-kernel-rop)


---

# 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://hexclan.gitbook.io/vred/readme.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.
