Skip to content

Commit

Permalink
Update detection.html (#17)
Browse files Browse the repository at this point in the history
Updated Arithmetic section
  • Loading branch information
tigertigerboy07 authored Nov 15, 2022
1 parent 6195bae commit 77ead77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion detection.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ <h4 class="subheading">Detecting Injections</h4>
</tr>
<tr>
<td>Arithmetic</td>
<td>product.asp?id=1/1 -- <i>true</i><br/>product.asp?id=1/0 -- <i>false</i></td>
<td>product.asp?id=1/1 -- <i>true</i><br/>product.asp?id=1/0 -- <i>false</i><br>
product.asp?id=1/abs(1) -- <i>true</i><br/>product.asp?id=1/abf(1) -- <i>false</i></td>
</tr>
<tr>
<td>Blind based<br/><i>Note: Detecting blind injection may require identification or guess-and-check of the DBMS to find the proper timing function.</i></td>
Expand Down

0 comments on commit 77ead77

Please sign in to comment.