clooooode

a.k.a. clo5de

Problem

Points: 5 pt

1
2
3
4
5
6
7
Nana told me that buffer overflow is one of the most common software vulnerability. 
Is that true?

Download : http://pwnable.kr/bin/bof
Download : http://pwnable.kr/bin/bof.c

Running at : nc pwnable.kr 9000

Link

Read more »

PHP weak type

If string is process as a number, When the string doesn’t contain ‘.’, ‘e’ or ‘E’ and in the range of integer, it will process as integer.
otherwise, process as float, and the begin of string decide it value, or it will be 0.
PHP Weak Type
CTF PHP-WEAK-TYPE Writeup

0%