SQL: Difference between revisions
From charlesreid1
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
SQL is a language for running database queries. | |||
=SQL | =Cloud SQL= | ||
==Google Cloud== | ==Google Cloud== | ||
| Line 14: | Line 14: | ||
Microsoft SQL, MySQL, and PostgreSQL all supported. | Microsoft SQL, MySQL, and PostgreSQL all supported. | ||
=Security= | |||
{{Main|SQL Injection}} | |||
See [[SQL Injection]] for general notes on SQL injection | |||
See [[Burpsuite/SQL Injection]] for notes on performing SQL injection using burp suite | |||
See [[Sqlmap]] for a [[Kali]] tool that can perform various SQL attacks | |||
=Resources= | |||
SQL injection cheat sheet (pretty good reference for general SQL too!): https://portswigger.net/web-security/sql-injection/cheat-sheet | |||
Latest revision as of 20:52, 9 March 2022
SQL is a language for running database queries.
Cloud SQL
Google Cloud
Main article: Google Cloud/MySQL
Link: https://cloud.google.com/sql-server/
Google Cloud offers SQL services that give you custom machine types running on dedicated VMs, and use Google's fast networks.
Microsoft SQL, MySQL, and PostgreSQL all supported.
Security
Main article: SQL Injection
See SQL Injection for general notes on SQL injection
See Burpsuite/SQL Injection for notes on performing SQL injection using burp suite
See Sqlmap for a Kali tool that can perform various SQL attacks
Resources
SQL injection cheat sheet (pretty good reference for general SQL too!): https://portswigger.net/web-security/sql-injection/cheat-sheet