Skip to content

Commit 77ead77

Browse files
Update detection.html (#17)
Updated Arithmetic section
1 parent 6195bae commit 77ead77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

detection.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ <h4 class="subheading">Detecting Injections</h4>
9393
</tr>
9494
<tr>
9595
<td>Arithmetic</td>
96-
<td>product.asp?id=1/1 -- <i>true</i><br/>product.asp?id=1/0 -- <i>false</i></td>
96+
<td>product.asp?id=1/1 -- <i>true</i><br/>product.asp?id=1/0 -- <i>false</i><br>
97+
product.asp?id=1/abs(1) -- <i>true</i><br/>product.asp?id=1/abf(1) -- <i>false</i></td>
9798
</tr>
9899
<tr>
99100
<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>

0 commit comments

Comments
 (0)