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.6.52 "
22+ VERSION = "1.0.6.53 "
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 @@ -365,42 +365,6 @@ Formats:
365365 <suffix > AND "%"="</suffix >
366366 </boundary >
367367
368- <boundary >
369- <level >5</level >
370- <clause >1</clause >
371- <where >1,2</where >
372- <ptype >2</ptype >
373- <prefix >%00')</prefix >
374- <suffix > AND ('[RANDSTR]'='[RANDSTR]</suffix >
375- </boundary >
376-
377- <boundary >
378- <level >5</level >
379- <clause >1</clause >
380- <where >1,2</where >
381- <ptype >2</ptype >
382- <prefix >%00'))</prefix >
383- <suffix > AND (('[RANDSTR]'='[RANDSTR]</suffix >
384- </boundary >
385-
386- <boundary >
387- <level >5</level >
388- <clause >1</clause >
389- <where >1,2</where >
390- <ptype >2</ptype >
391- <prefix >%00')))</prefix >
392- <suffix > AND ((('[RANDSTR]'='[RANDSTR]</suffix >
393- </boundary >
394-
395- <boundary >
396- <level >4</level >
397- <clause >1</clause >
398- <where >1,2</where >
399- <ptype >2</ptype >
400- <prefix >%00'</prefix >
401- <suffix > AND '[RANDSTR]'='[RANDSTR]</suffix >
402- </boundary >
403-
404368 <boundary >
405369 <level >1</level >
406370 <clause >1</clause >
You can’t perform that action at this time.
0 commit comments