User Tools

Site Tools


hacking:sql_injection:what_is_sql_injection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
hacking:sql_injection:what_is_sql_injection [2020/04/16 20:53] – created peterhacking:sql_injection:what_is_sql_injection [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 35: Line 35:
 Very bad, as this would drop the entire users table. Very bad, as this would drop the entire users table.
  
 +----
  
 ===== What can be done to prevent this from happening? ===== ===== What can be done to prevent this from happening? =====
Line 70: Line 70:
 If you're connecting to a database other than MySQL, there is a driver-specific second option that you can refer to (e.g. **pg_prepare()** and **pg_execute()** for PostgreSQL).   If you're connecting to a database other than MySQL, there is a driver-specific second option that you can refer to (e.g. **pg_prepare()** and **pg_execute()** for PostgreSQL).  
  
 +----
  
 ===== Correctly setting up the PDO connection ===== ===== Correctly setting up the PDO connection =====
Line 88: Line 89:
 Although you can set the charset in the options of the constructor, it's important to note that 'older' versions of PHP (< 5.3.6) [[http://php.net/manual/en/ref.pdo-mysql.connection.php|silently ignored the charset parameter]] in the DSN. Although you can set the charset in the options of the constructor, it's important to note that 'older' versions of PHP (< 5.3.6) [[http://php.net/manual/en/ref.pdo-mysql.connection.php|silently ignored the charset parameter]] in the DSN.
  
 +----
  
 ===== Explanation ===== ===== Explanation =====
Line 105: Line 107:
 </code> </code>
  
 +----
  
 ===== Can Prepared Statements Be Used For Dynamic Queries? ===== ===== Can Prepared Statements Be Used For Dynamic Queries? =====
Line 120: Line 123:
 </code> </code>
  
 +----
  
 ===== References ===== ===== References =====
  
 https://phpdelusions.net/sql_injection https://phpdelusions.net/sql_injection
hacking/sql_injection/what_is_sql_injection.1587070420.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki