Skip to content

Commit 9d1c1ea

Browse files
Update oracle.html (#20)
Added Oracle functions
1 parent 00c2c8d commit 9d1c1ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dbmsIdentification/oracle.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ <h3 id="sql-injection-detection">DBMS Identification</h3>
1313
<tr>
1414
<td>String concatenation</td>
1515
<td>page.jsp?id='||'oracle' -- </td>
16+
</tr>
17+
<tr>
18+
<td>Functions</td>
19+
<td>BITAND(1,1) -- </td>
1620
</tr>
1721
<tr>
1822
<td>Default table</td>

0 commit comments

Comments
 (0)