Skip to content

Commit 00c2c8d

Browse files
Update mysql.html (#19)
Added MySQL functions
1 parent 2be1614 commit 00c2c8d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dbmsIdentification/mysql.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ <h3 id="sql-injection-detection">DBMS Identification</h3>
2121
<td>String concatenation</td>
2222
<td>page.php?id=' 'mysql' -- </td>
2323
</tr>
24+
<tr>
25+
<td>Functions</td>
26+
<td>connection_id() -- <br>
27+
row_count() -- <br>
28+
POW(1,1) -- </td>
29+
</tr>
2430
<tr>
2531
<td>Error messages<br/><i>Note: Triggering DB errors through invalid syntax will sometimes return verbose error messages that include the DBMS name.</i></td>
2632
<td>page.php?id='</td>

0 commit comments

Comments
 (0)