Category Archives: Security

sql injection tutorial for beginners

DISCLAIMER : Breaking into websites and doing damage is a bad thing, do not use the information in this article for destructive purposes. I am not accountable for any damage that may occur due to the information supplied in this article. You can do SQL injection for fun Okay so the other day I was just derping on this website, when suddenly, I noticed the Url was something like: http://www.vulnerablesite.com/promotion.php?id=1 And so I’m like, let me check and see if it’s vulnerable to SQL injection. So I modified the URL to something like: http://www.vulnerablesite.com/promotion.php?id=1′ or ’1′=’0 And what do you know, it … [Read More]

Posted in Security, Tutorial | Tagged , , , , , | 4 Comments