Tag: sql
High Scalability – Strategy: Google Sends Canary Requests into the Data Mine
Google of course has a really solid solution to solving the Query of Death issue.
SQL injection with raw MD5 hashes – cvk | nc -l -p 80
Seemingly impossible to build a password that would after being MD5 hashed return a SQL injection, but nope it is possible even within a reasonable time frame.
SQL: The Basics
SQL is a domain specific language (a language designed to do one thing and knock the socks off at doing it) that just accesses databases. Okay but what is a database? Well a database is essentially a collection of data, yeah I know that doesn’t help much. To clarify we’ll play a little mental exercise. […]