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

Skip to content

Commit 6a8ea05

Browse files
committed
Minor update
1 parent 721bf4d commit 6a8ea05

3 files changed

Lines changed: 7 additions & 7 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.1.9.16"
22+
VERSION = "1.1.9.17"
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
@@ -46,7 +46,7 @@ a44d7a4cc6c9a67a72d6af2f25f4ddac lib/core/exception.py
4646
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
4848
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49-
8c9f54349f35bb47b8f1b2899be65ee8 lib/core/settings.py
49+
a68c970393d16970207aa9799f9772e0 lib/core/settings.py
5050
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
5151
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5252
effc153067a00bd43461bfc1cdec1122 lib/core/target.py
@@ -456,7 +456,7 @@ fb93505ef0ab3b4a20900f3e5625260d xml/boundaries.xml
456456
535d625cff8418bdc086ab4e1bbf5135 xml/errors.xml
457457
a279656ea3fcb85c727249b02f828383 xml/livetests.xml
458458
14a2abeb88b00ab489359d0dd7a3017f xml/payloads/boolean_blind.xml
459-
5a4ec9aaac9129205b88f2a7df9ffb27 xml/payloads/error_based.xml
459+
b5b8b0aebce810e6cdda1b7106c96427 xml/payloads/error_based.xml
460460
06b1a210b190d52477a9d492443725b5 xml/payloads/inline_query.xml
461461
3194e2688a7576e1f877d5b137f7c260 xml/payloads/stacked_queries.xml
462462
c2d8dd03db5a663e79eabb4495dd0723 xml/payloads/time_blind.xml

xml/payloads/error_based.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<test>
3030
<!-- It does not work against ORDER BY or GROUP BY clause -->
31-
<title>MySQL &gt;= 5.5 OR error-based - WHERE, HAVING clause (BIGINT UNSIGNED)</title>
31+
<title>MySQL &gt;= 5.5 OR error-based - WHERE or HAVING clause (BIGINT UNSIGNED)</title>
3232
<stype>2</stype>
3333
<level>4</level>
3434
<risk>3</risk>
@@ -72,7 +72,7 @@
7272
</test>
7373

7474
<test>
75-
<title>MySQL &gt;= 5.5 OR error-based - WHERE, HAVING clause (EXP)</title>
75+
<title>MySQL &gt;= 5.5 OR error-based - WHERE or HAVING clause (EXP)</title>
7676
<stype>2</stype>
7777
<level>4</level>
7878
<risk>3</risk>
@@ -113,7 +113,7 @@
113113

114114
<test>
115115
<!-- It does not work against ORDER BY or GROUP BY clause -->
116-
<title>MySQL &gt;= 5.7.8 OR error-based - WHERE, HAVING clause (JSON_KEYS)</title>
116+
<title>MySQL &gt;= 5.7.8 OR error-based - WHERE or HAVING clause (JSON_KEYS)</title>
117117
<stype>2</stype>
118118
<level>5</level>
119119
<risk>3</risk>
@@ -305,7 +305,7 @@
305305

306306
<test>
307307
<!-- It does not work against ORDER BY or GROUP BY clause -->
308-
<title>MySQL &gt;= 4.1 OR error-based - WHERE, HAVING clause (FLOOR)</title>
308+
<title>MySQL &gt;= 4.1 OR error-based - WHERE or HAVING clause (FLOOR)</title>
309309
<stype>2</stype>
310310
<level>2</level>
311311
<risk>3</risk>

0 commit comments

Comments
 (0)