rsgit /bufflowA hyper-hyperfast web frontend for git repositories written in Rust.

A collection of code examples e.g. a buffer overflow + exploit, crypter, shellcodes and more.

Latest commits
CommitMessageAuthorDate
04176b2c5eSome quality-of-life improvments.Toni Uhlig2 years ago
66d1d63f61rop fix and impToni Uhlig5 years ago
e3ca65c500Demolished ugly and bloated exploit.sh, hail to the new exploit.py.Toni Uhlig5 years ago
9b466b6a81return-to-lib.c exploit example as request by a userToni Uhlig5 years ago
ab20c0321dModified RNG init and reduced some stdout printings.Toni Uhlig5 years ago

→ full history

Branches
NameTargetSubjectDate
master04176b2c5eSome quality-of-life improvments.2 years ago
README
A collection of security related code examples.

This project includes a buffer overflow and exploit set.

It does also provide some example shellcodes and a set of different crypter.

The crypter designed to work with shellcode are located in the crypter subdir.
Additional crypter based on function/exec level can be found in the rootdir.

Some exploits require a disabled randomized virtual address space (kernel.randomize_va_space) and exec-shield (kernel.exec-shield).
Both can be disabled with the script ./disable_prot.sh