8000 GitHub - Neetx/exploitation_docker: Docker container with exploitation technique examples, used in my master thesis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Neetx/exploitation_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploitation Docker

This is my master thesis project, a docker container with several userland exploitation techniques.

The thesis title is "Development tools and process of zero day exploits".

Techniques

  • Vanilla buffer overflow with shellcode
  • Return to .text
  • Return to .bss (ret2bss)
  • Return to libc (ret2libc)
  • Return to CSU (ret2csu)
  • One gadget

In these techniques will be explained exploit mitigations and bypasses.

  • Data Execution Prevention
  • Stack Canary
  • Address Space Layout Randomization
  • RELRO

Usage

build.sh will build the docker and you can use start.sh to start a console with the exploits directory as mounted volume.

About

Docker container with exploitation technique examples, used in my master thesis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0