voidsecurity
Yet another blog by a security enthusiast !
Vulnerabilities
(Move to ...)
Writeups
List of Vulnerabilities
Papers and other blogs
▼
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): ...
Thursday, October 22, 2015
FireEye Second Flare-On Reversing Challenges
›
My solutions for Flare-On reversing challenges is here FireEye published some statistics in there blog - Official Solutions an...
Wednesday, September 23, 2015
CSAW CTF - RE500 - wyvern
›
We got a 64-bit ELF for this challenge. Running strings shows the use of Obfuscator-LLVM Obfuscator-LLVM clang version 3.6.1 (t...
4 comments:
CSAW CTF - RE300 - FTP
›
The challenge binary is a 64 bit executable. The objective was to login as user blankwall by finding the password. The supplied pa...
CSAW CTF - RE200 - Hacking Time
›
For this challenge we got a NES ROM to reverse engineer. HackingTime_03e852ace386388eb88c39a02f88c773.nes: iNES ROM dump, 2x16k ...
CSAW CTF - Exploitables300 - FTP
›
This is a continuation of Reversing 300 challenge. The goal is to read the flag file. But the binary has a protection, if filena...
‹
›
Home
View web version