A collection of code examples e.g. a buffer overflow + exploit, crypter, shellcodes and more.
Latest commits
| Commit | Message | Author | Date |
|---|---|---|---|
| 04176b2c5e | Some quality-of-life improvments. | Toni Uhlig | 2 years ago |
| 66d1d63f61 | rop fix and imp | Toni Uhlig | 5 years ago |
| e3ca65c500 | Demolished ugly and bloated exploit.sh, hail to the new exploit.py. | Toni Uhlig | 5 years ago |
| 9b466b6a81 | return-to-lib.c exploit example as request by a user | Toni Uhlig | 5 years ago |
| ab20c0321d | Modified RNG init and reduced some stdout printings. | Toni Uhlig | 5 years ago |
Branches
| Name | Target | Subject | Date |
|---|---|---|---|
| master | 04176b2c5e | Some 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