security

Image upload? Watch out!

published on

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...

PHP (and vs. &&)

published on

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...