Skip to content

Commit

Permalink
Update mysql.html (#19)
Browse files Browse the repository at this point in the history
Added MySQL functions
  • Loading branch information
tigertigerboy07 authored Nov 15, 2022
1 parent 2be1614 commit 00c2c8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dbmsIdentification/mysql.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ <h3 id="sql-injection-detection">DBMS Identification</h3>
<td>String concatenation</td>
<td>page.php?id=' 'mysql' -- </td>
</tr>
<tr>
<td>Functions</td>
<td>connection_id() -- <br>
row_count() -- <br>
POW(1,1) -- </td>
</tr>
<tr>
<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>
<td>page.php?id='</td>
Expand Down

0 comments on commit 00c2c8d

Please sign in to comment.