7 Ways To Protect Yourself Against Hackers
As business owners, we know that we could be doing a better job protecting our data. We should be more responsible, have better controls...
SQL Injection vs. Cross-Site Sripting
SQL Injection There are many different types of attacks hackers can conduct in order to take partial or total control of a website. In...
Using ProxyStrike to Detect SQL Injection
I've touched on exploiting SQL Injection in previous blog posts. I gave some tips on how to manually test inputs for sql injection, but...
Advanced SQL Injection
Sql Injection – Hacking Website In this post we will hack a website and obtain its data using SQL injection attack. We will not use any...
Encrypting MySQL's DB
AES Encryption Sometimes clients want that the information they collected from the user should be encrypted and stored in database. Data...