The Wayback Machine - https://web.archive.org/web/20201227062619/https://github.com/jo-makar/exploit-writeups
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

exploit-writeups

tcp-echo-server

Simple TCP echo server with buffer overflow vulnerability (original source here)

Involves defeating stack canaries by leaking stack values and bypassing non-executable stack (-z noexecstack) via ROP (Return Oriented Programming) gadget to prepare and invoke a system() call.

About

Writeups on exploits covering a variety of topics: stack canaries, ROP gadgets, ret2libc, etc

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.