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

Skip to content

Commit 349e9b9

Browse files
committed
Minor commit related to the #120
1 parent ac48149 commit 349e9b9

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.9.7"
22+
VERSION = "1.2.9.8"
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
@@ -50,7 +50,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
5050
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5151
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5252
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
53-
c97ad42bb26a96c31617bd6e89de0761 lib/core/settings.py
53+
8e0191efaa0a5d6a64a8e4e0aa772164 lib/core/settings.py
5454
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5555
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5656
815d1cf27f0f8738d81531e73149867d lib/core/target.py
@@ -476,6 +476,6 @@ fe2a865a8579f2045d2be057a00f5b49 xml/payloads/boolean_blind.xml
476476
0656ba4132cd02477be90e65a7ddf6ce xml/payloads/error_based.xml
477477
06b1a210b190d52477a9d492443725b5 xml/payloads/inline_query.xml
478478
3194e2688a7576e1f877d5b137f7c260 xml/payloads/stacked_queries.xml
479-
a3c7d92a688a452952dcbe53ce86cf30 xml/payloads/time_blind.xml
479+
92c41925eba27afeed76bceba6b18be2 xml/payloads/time_blind.xml
480480
ac649aff0e7db413e4937e446e398736 xml/payloads/union_query.xml
481481
a5eecbca03800851635817e0ca832a92 xml/queries.xml

xml/payloads/time_blind.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@
937937
<stype>5</stype>
938938
<level>3</level>
939939
<risk>2</risk>
940-
<clause>1,9</clause>
940+
<clause>1,8,9</clause>
941941
<where>1</where>
942942
<vector>AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))) ELSE [RANDNUM] END)</vector>
943943
<request>

0 commit comments

Comments
 (0)