User Tools

Site Tools


hacking:sql_injection:mysql:comments

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hacking:sql_injection:mysql:comments [2020/04/16 21:48] peterhacking:sql_injection:mysql:comments [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 40: Line 40:
  
 ---- ----
 +
 +==== Special Comment Syntax for MySQL ====
  
 This is a special comment syntax for MySQL. This is a special comment syntax for MySQL.
Line 61: Line 63:
 </code> </code>
  
-Simply get rid of other stuff at the end the of query. Same as 10; DROP TABLE members -- +Simply get rid of other stuff at the end the of query. Same as
-    + 
 +<code sql> 
 +10; DROP TABLE members -- 
 +</code> 
 + 
 +---- 
 + 
 +==== Division by 0 error ==== 
 <code sql> <code sql>
 SELECT /*!32302 1/0, */ 1 FROM tablename  SELECT /*!32302 1/0, */ 1 FROM tablename 
 </code> </code>
  
-Will throw an divison by 0 error if MySQL version is higher than3.23.02+Will throw a division by 0 error if MySQL version is higher than3.23.02
  
 ---- ----
hacking/sql_injection/mysql/comments.1587073701.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki