Tag sql

Relational Databases

Tabular or relational databases are those that can be organized in tables. In opposition to tabular or relational databases there is NoSQL databases. Database Normalization You can read more about database normalization on this post. 12 Codd’s Rules The 12…

NoSQL Databases

NoSQL databases refer to any database types that are not only relational. “NoSQL” stands for “not only SQL”. Relational database is the most popular database type nowadays. Structure Query Language (SQL) is a language to manage data in a relational…

sqlmap

sqlmap is a command line tool to automatize SQL injections. Examples Retrieve tables on DB (–tables;)] specify database with -D: sqlmap -u “” –cookie=<“cookie value which you have copied in step #5”> -D moviescope –tables Retrieve columns from a table…

SQL injection detection tools

This post lists some SQL injection detection tools List of SQL injection detection tools List of SQL injection detection tools Among these tools, the most popular are IBM Security AppScan, Acunetix Web Vulnerability Scanner, Snort and SQLiX. SQLiX SQLiX is…