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

Skip to content

Commit e005ba3

Browse files
committed
Minor patch
1 parent f2b4dc3 commit e005ba3

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.2.10.12"
22+
VERSION = "1.2.10.13"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
4949
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52-
fe0cffe5cf3eb9de96697f8ba3f0f297 lib/core/settings.py
52+
d3595e4cbdf8fa81c648a8caa339a444 lib/core/settings.py
5353
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5454
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555
62bc180e3e828949ffb342a8f756c183 lib/core/target.py
@@ -468,7 +468,7 @@ d48c971769c6131e35bd52d2315a8d58 xml/banner/servlet-engine.xml
468468
d989813ee377252bca2103cea524c06b xml/banner/sharepoint.xml
469469
350605448f049cd982554123a75f11e1 xml/banner/x-aspnet-version.xml
470470
ccb5e02a692f75d11b7fd00f1db48bf5 xml/banner/x-powered-by.xml
471-
3059d50cf0cd17a403c17833f0bcd4df xml/boundaries.xml
471+
385570003bf7d84f2502191eae8268c6 xml/boundaries.xml
472472
6cffc395cd0280f5c1a84542da6642e5 xml/errors.xml
473473
a279656ea3fcb85c727249b02f828383 xml/livetests.xml
474474
11547289b99eaced5b55185a3230529a xml/payloads/boolean_blind.xml

xml/boundaries.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Formats:
383383
<clause>9</clause>
384384
<where>1</where>
385385
<ptype>2</ptype>
386-
<prefix>'||(SELECT '[RANDSTR]' FROM DUAL WHERE [RANDNUM]=[RANDNUM]</prefix>
386+
<prefix>'||(SELECT '[RANDSTR]' WHERE [RANDNUM]=[RANDNUM]</prefix>
387387
<suffix>)||'</suffix>
388388
</boundary>
389389

@@ -392,19 +392,10 @@ Formats:
392392
<clause>9</clause>
393393
<where>1</where>
394394
<ptype>2</ptype>
395-
<prefix>'||(SELECT '[RANDSTR]' WHERE [RANDNUM]=[RANDNUM]</prefix>
395+
<prefix>'||(SELECT '[RANDSTR]' FROM DUAL WHERE [RANDNUM]=[RANDNUM]</prefix>
396396
<suffix>)||'</suffix>
397397
</boundary>
398398

399-
<boundary>
400-
<level>5</level>
401-
<clause>9</clause>
402-
<where>1</where>
403-
<ptype>1</ptype>
404-
<prefix>'+(SELECT [RANDSTR] WHERE [RANDNUM]=[RANDNUM]</prefix>
405-
<suffix>)+'</suffix>
406-
</boundary>
407-
408399
<boundary>
409400
<level>5</level>
410401
<clause>9</clause>

0 commit comments

Comments
 (0)