Tag sql

NoSQL Databases

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

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…

Common Cybersecurity Attacks

Non-exhaustive list of common Cybersecurity Attacks: List of Common Cybersecurity Attacks Non-exhaustive list of common cybersecurity attacks: Brute-force Attack A brute-force attack (a.k.a. brute force cracking) is the cyberattack equivalent of trying every key on your key ring, and eventually…