voidsecurity
Yet another blog by a security enthusiast !
Vulnerabilities
(Move to ...)
Writeups
List of Vulnerabilities
Papers and other blogs
▼
Showing posts with label
32C3 CTF
.
Show all posts
Showing posts with label
32C3 CTF
.
Show all posts
Thursday, December 31, 2015
32C3 CTF - Pwn 200 - Teufel
›
The binary allocates memory using mmap as below: mmap(NULL, 12288, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = 0x7ffff7ff3000 ...
32C3 CTF - Misc 300 - Gurke
›
This challenge is about python pickle. The remote script fetches the flag as below: class Flag(object): def __init__(self): ...
›
Home
View web version