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

Skip to content

Commit 77f4fd9

Browse files
committed
Minor leftover
1 parent 68f5597 commit 77f4fd9

3 files changed

Lines changed: 4 additions & 4 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.22"
22+
VERSION = "1.2.10.23"
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-
5a5c0538e7464803ea3cd2b55b98f991 lib/core/settings.py
52+
dd0f57aae1f982454ab4ec1ba1dcbda2 lib/core/settings.py
5353
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5454
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555
47ad325975ab21fc9f11d90b46d0d143 lib/core/target.py
@@ -484,4 +484,4 @@ a279656ea3fcb85c727249b02f828383 xml/livetests.xml
484484
82c65823a0af3fccbecf37f1c75f0b29 xml/payloads/stacked_queries.xml
485485
92c41925eba27afeed76bceba6b18be2 xml/payloads/time_blind.xml
486486
ac649aff0e7db413e4937e446e398736 xml/payloads/union_query.xml
487-
c83a948e23219f1d101d3b3aa7eb1391 xml/queries.xml
487+
67fa3c0ae62e866763be0dffebf19855 xml/queries.xml

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
<hex query="RAWTOHEX(%s)"/>
740740
<inference query="ASCII(SUBSTR((%s),%d,1))>%d"/>
741741
<banner query="H2VERSION()"/>
742-
<current_user query="CURRENT_USER"/>mirek
742+
<current_user query="CURRENT_USER"/>
743743
<current_db query="DATABASE()"/>
744744
<hostname/>
745745
<table_comment/>

0 commit comments

Comments
 (0)