Image upload? Watch out! published on July 17, 2011 Some days ago I saw a vulnerable website. ImageShare site of my friend. I don’t use websites like this. I just checked it and I found a bug. After my discovery, I looked into that matter. That was deeper than I thought. Read More...
(No SQL Inject) or (NoSQL Inject) published on June 22, 2011 SQL Injection? What is it? I can’t believe you don’t know what is it… But here is a simple example: Read More...
PHP (and vs. &&) published on April 27, 2011 PHP has two methods which should work the same way. The and operator and the &&operator. But if you do not pay attention your program will be broken. Read More...