We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1e772 commit 31b0737Copy full SHA for 31b0737
1 file changed
dbmsIdentification/postgresql.html
@@ -16,18 +16,15 @@ <h3 id="sql-injection-detection">DBMS Identification</h3>
16
</tr>
17
<tr>
18
<td>Default variables</td>
19
- <td>SELECT current_user -- </td>
20
- <td>SELECT session_user -- </td>
+ <td>SELECT current_user --<br>SELECT session_user -- </td>
21
22
23
<td>String concatenation</td>
24
<td>param='postg'||'resql' -- </td>
25
26
27
<td>Functions</td>
28
- <td>version() -- </td>
29
- <td>SUBSTR() -- </td>
30
- <td>SUBSTRING() -- </td>
+ <td>version() -- <br>SUBSTR() -- <br>SUBSTRING() -- </td>
31
32
</tbody>
33
</table>
@@ -56,4 +53,4 @@ <h3 id="sql-injection-types">Converting queries to injections</h3>
56
53
<td>product.asp?id=' UNION SELECT current_user,null -- <br></td>
57
54
58
55
59
-</table>
+</table>
0 commit comments