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 .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.2.7.13 "
22+ VERSION = "1.2.7.14 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
48480c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4949a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5050fcb74fcc9577523524659ec49e2e964b lib/core/session.py
51- 2f2c4fe68780abcae94f5b4ea7650387 lib/core/settings.py
51+ 2c474df57ac9d142f8747701b70082a5 lib/core/settings.py
5252dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5353a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
545495f04c1c1d8c3998d86e1bdf0e12771c lib/core/target.py
@@ -465,7 +465,7 @@ d48c971769c6131e35bd52d2315a8d58 xml/banner/servlet-engine.xml
465465d989813ee377252bca2103cea524c06b xml/banner/sharepoint.xml
466466350605448f049cd982554123a75f11e1 xml/banner/x-aspnet-version.xml
467467817078783e1edaa492773d3b34d8eef0 xml/banner/x-powered-by.xml
468- fb93505ef0ab3b4a20900f3e5625260d xml/boundaries.xml
468+ 201b8bb7888f500294a9831bb47ce7a7 xml/boundaries.xml
4694690d0d4bd0e06c99dd8eb4f92acc25caf3 xml/errors.xml
470470a279656ea3fcb85c727249b02f828383 xml/livetests.xml
4714713318571fac8df058f19ea85780606643 xml/payloads/boolean_blind.xml
Original file line number Diff line number Diff line change @@ -293,78 +293,6 @@ Formats:
293293 <suffix > AND "[RANDSTR]" LIKE "[RANDSTR]</suffix >
294294 </boundary >
295295
296- <boundary >
297- <level >2</level >
298- <clause >1</clause >
299- <where >1,2</where >
300- <ptype >2</ptype >
301- <prefix >%')</prefix >
302- <suffix > AND ('%'='</suffix >
303- </boundary >
304-
305- <boundary >
306- <level >3</level >
307- <clause >1</clause >
308- <where >1,2</where >
309- <ptype >2</ptype >
310- <prefix >%'))</prefix >
311- <suffix > AND (('%'='</suffix >
312- </boundary >
313-
314- <boundary >
315- <level >4</level >
316- <clause >1</clause >
317- <where >1,2</where >
318- <ptype >2</ptype >
319- <prefix >%')))</prefix >
320- <suffix > AND ((('%'='</suffix >
321- </boundary >
322-
323- <boundary >
324- <level >1</level >
325- <clause >1</clause >
326- <where >1,2</where >
327- <ptype >2</ptype >
328- <prefix >%'</prefix >
329- <suffix > AND '%'='</suffix >
330- </boundary >
331-
332- <boundary >
333- <level >4</level >
334- <clause >1</clause >
335- <where >1,2</where >
336- <ptype >2</ptype >
337- <prefix >%")</prefix >
338- <suffix > AND ("%"="</suffix >
339- </boundary >
340-
341- <boundary >
342- <level >5</level >
343- <clause >1</clause >
344- <where >1,2</where >
345- <ptype >2</ptype >
346- <prefix >%"))</prefix >
347- <suffix > AND (("%"="</suffix >
348- </boundary >
349-
350- <boundary >
351- <level >5</level >
352- <clause >1</clause >
353- <where >1,2</where >
354- <ptype >2</ptype >
355- <prefix >%")))</prefix >
356- <suffix > AND ((("%"="</suffix >
357- </boundary >
358-
359- <boundary >
360- <level >3</level >
361- <clause >1</clause >
362- <where >1,2</where >
363- <ptype >2</ptype >
364- <prefix >%"</prefix >
365- <suffix > AND "%"="</suffix >
366- </boundary >
367-
368296 <boundary >
369297 <level >1</level >
370298 <clause >1</clause >
You can’t perform that action at this time.
0 commit comments