RN-QQHFzQYtPGkUCfyu8eve2qf0

Thursday, 19 February 2015

Blind SQL Injection

0 comments
Night Modefunction Modenight() { var element = document.getElementById("switcher-night"); element.style.backgroundColor='black'; element.style.color='white'; element.style.textAlign='center'; } Only proceed if you know SQL Injection basics. If not, read these posts first- SQL Injection Basics (theoretical...

Tuesday, 17 February 2015

SQL Injection Intermediate Level

0 comments
This is a theoretical post about types of SQL Injection attacks and the concepts behind SQL Injection. I have added this here since so far we had been dealing with URLs, and will continue to do so. For the attacker, there is no direct way to write complete queries and he/she may only make changes to...

Wednesday, 11 February 2015

Kali Linux 1.1.0 Released

0 comments
On 9th February 2105, Kali 1.1.0 was released. This is the latest version so far, and has a lot of major changes. Here's what the official Kali website had to say about it. Kali 1.1.0 can be download from here.- After almost two years of public development (and another year behind the scenes), we...