Skip to content

This is the repository of notes for vulnerability research and exploit development.

Notifications You must be signed in to change notification settings

alirazamumtaz/vred-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerability Research and Exploit Development

Credits: alirazamumtaz, Tehreem Iqbal, Arslan Ahemd, Faran Abdullah

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

    1. Process in Linux
    2. x86_64 Assembly
    3. Shellcode Injection
    4. Sandboxing
    5. Reverse Engineering
    6. Memory Error
    7. Race Condition
    8. Dynamic Allocators
  2. Kernel Exploitation

    1. Kernel Security
    2. KPTI
    3. Kernel ROP

About

This is the repository of notes for vulnerability research and exploit development.

Topics

Resources

Stars

Watchers

Forks