voidsecurity
Yet another blog by a security enthusiast !
Vulnerabilities
(Move to ...)
Writeups
List of Vulnerabilities
Papers and other blogs
▼
Showing posts with label
Hackim
.
Show all posts
Showing posts with label
Hackim
.
Show all posts
Wednesday, February 3, 2016
HackIM CTF 2016 - Exploitation 300 - Cman
›
Cman is a 64 bit statically linked and stripped ELF without NX protection. I used IDA's sigmake to generate libc signatures f...
3 comments:
HackIM CTF 2016 - Exploitation 200 - Sandman
›
sandman is a 64 bit ELF without much memory protections $ checksec --file ./sandman RELRO STACK CANARY NX ...
Friday, January 16, 2015
HACKIM CTF 2015 - Exploitation 5
›
Binary implements a circular linked list to store key:value pair. Each chunk is 32 bytes which looks like below struct node{ ...
HACKIM CTF 2015 - Exploitation 4
›
Exploitation 4 was a 32 bit ELF without NX protection. The binary implements a custom allocator using sbrk. Each chunk holds a met...
HACKIM CTF 2015 - Exploitation 3
›
The binary allows to set key:value pair and retrieve them using the key. Values are copied into bss area and key is stored in heap...
HACKIM CTF 2015 - Exploitation 2
›
The binary makes 2 mmap() calls. One region is RWX into which user supplied shellcode is copied and executed. Flag is copied into ...
HACKIM CTF 2015 - Exploitation 1
›
Exploitation 1 was a 32 bit ELF without NX protection. The vulnerability is a buffer overflow in stack using echo command during s...
›
Home
View web version