It’s been over a decade now that we’ve had secure socket layer (SSL) encryption technology for making Internet transactions safe. With only a very few exceptions, including a certificate cloning scare a couple of years ago, it’s worked very well and has enabled millions of people online to perform trillions of online purchases and financial [...]
- Author: Martin Brinkmann
- Comments: None
SQL Injection Attacks by Example
SQL injection is a security vulnerability that occurs in the database layer of an application. Its source is the incorrect escaping of dynamically-generated string literals embedded in SQL statements. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.
- Author: Martin Brinkmann
- Comments: 1
SQL Injection Walkthrough
You might already know what sql injection means, in case you did not i post the definition of wikipedia:
SQL injection is a security vulnerability that occurs in the database layer of an application. Its source is the incorrect escaping of dynamically-generated string literals embedded in SQL statements. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.
