File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020from lib .core .revision import getRevisionNumber
2121
2222# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23- VERSION = "1.0.3.8 "
23+ VERSION = "1.0.3.9 "
2424REVISION = getRevisionNumber ()
2525STABLE = VERSION .count ('.' ) <= 2
2626VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change @@ -529,6 +529,24 @@ Formats:
529529 <prefix >) AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM]</prefix >
530530 <suffix >-- </suffix >
531531 </boundary >
532+
533+ <boundary >
534+ <level >4</level >
535+ <clause >1</clause >
536+ <where >1</where >
537+ <ptype >1</ptype >
538+ <prefix >` WHERE [RANDNUM]=[RANDNUM]</prefix >
539+ <suffix >-- </suffix >
540+ </boundary >
541+
542+ <boundary >
543+ <level >5</level >
544+ <clause >1</clause >
545+ <where >1</where >
546+ <ptype >1</ptype >
547+ <prefix >`) WHERE [RANDNUM]=[RANDNUM]</prefix >
548+ <suffix >-- </suffix >
549+ </boundary >
532550 <!-- End of pre-WHERE derived table boundaries -->
533551
534552 <!-- INSERT/UPDATE generic boundaries (e.g. "INSERT INTO table VALUES ('$_REQUEST["name"]',...)"-->
You can’t perform that action at this time.
0 commit comments