From charlesreid1

No edit summary
No edit summary
 
Line 24: Line 24:


See [[Sqlmap]] for a [[Kali]] tool that can perform various SQL attacks
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




[[Category:Languages]]
[[Category:Languages]]
[[Category:SQL]]
[[Category:SQL]]

Latest revision as of 20:52, 9 March 2022

SQL is a language for running database queries.


Cloud SQL

Google Cloud

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

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