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.
Category: security
(No SQL Inject) or (NoSQL Inject)
SQL Injection? What is it?
I can’t believe you don’t know what is it… But here is a simple example:
Related Posts:
Facebook == ‘The Big Brother’ ?
Facebook activated a new function… This is Tag Suggestions (auto tagging) for photos. Facebook can recognize your face when you are tagged in another photo.
If you don’t want to enable photo-tagging automatically about you (on photos of other users) search Account (top right corner) > Privacy Settings > Customize settings > Things others share >(When photos look like me, suggest my name) and disable this function.
Related Posts:
Security?
Security is mostly a superstition. It does not exist in nature… Life is either a daring adventure or nothing.
Helen Keller (The open door)
Related Posts:
PHP (and vs. &&)
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.