Skip to content

Commit 6195bae

Browse files
secf00tprintJacobReynolds
authored andcommitted
typo fixed (NetSPI#10)
* typo fixed * Align Uppercase to rest of descriptions in table
1 parent 8a69d78 commit 6195bae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dbmsIdentification/mysql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h3 id="sql-injection-detection">DBMS Identification</h3>
2222
<td>page.php?id=' 'mysql' -- </td>
2323
</tr>
2424
<tr>
25-
<td>Error messages<br/><i>Note: Triggering DB errors through invalid syntax will sometimes return verbose errors messages that include the DBMS name.</i></td>
25+
<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>
2626
<td>page.php?id='</td>
2727
</tr>
2828
</tbody>

dbmsIdentification/oracle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3 id="sql-injection-detection">DBMS Identification</h3>
1919
<td>page.jsp?id='UNION SELECT 1 FROM v$version -- </td>
2020
</tr>
2121
<tr>
22-
<td>Error messages<br/><i>Note: Triggering DB errors through invalid syntax will sometimes return verbose errors messages that include the DBMS name.</i></td>
22+
<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>
2323
<td>page.jsp?id='</td>
2424
</tr>
2525
</tbody>

dbmsIdentification/sqlserver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3 id="sql-injection-detection">DBMS Identification</h3>
1919
<td>page.asp?id=sql'; SELECT @@SERVERNAME -- </td>
2020
</tr>
2121
<tr>
22-
<td>Error messages<br/><i>Note: Triggering DB errors through invalid syntax will sometimes return verbose errors messages that include the DBMS name.</i></td>
22+
<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>
2323
<td>page.asp?id='</td>
2424
</tr>
2525
<tr>

injectionTechniques/obfuscation/oracle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h3 id="obfuscating-queries">Obfuscating Queries</h3>
5555
<td>SELECT 1 FROM dual -- comment</td>
5656
</tr>
5757
<tr>
58-
<td>If statement</td>
58+
<td>If Statement</td>
5959
<td>BEGIN IF 1=1 THEN dbms_lock.sleep(3); ELSE dbms_lock.sleep(0); END IF;</td>
6060
</tr>
6161
<tr>

0 commit comments

Comments
 (0)