Skip to content

Commit 686f53a

Browse files
committed
Minor patch
1 parent 67a3e8c commit 686f53a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.4.26"
22+
VERSION = "1.1.4.27"
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)

plugins/generic/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def sqlQuery(self, query):
5151

5252
return output
5353
elif not isStackingAvailable() and not conf.direct:
54-
warnMsg = "execution of custom SQL queries is only "
54+
warnMsg = "execution of non-query SQL statements is only "
5555
warnMsg += "available when stacked queries are supported"
5656
logger.warn(warnMsg)
5757

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dd19b4d930d418f8aef498941346ab2d lib/core/option.py
4545
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4646
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
4747
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
48-
9fca251ba40b97d2fed8eb963b72e05f lib/core/settings.py
48+
3f691c178e53e2f8a7c3800f3ee25b0a lib/core/settings.py
4949
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
5050
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5151
2571146b71f487a3d11867746c033e40 lib/core/target.py
@@ -201,7 +201,7 @@ deed74334b637767fc9de8f74b37647a plugins/dbms/sybase/fingerprint.py
201201
89412a921c8c598c19d36762d5820f05 plugins/dbms/sybase/syntax.py
202202
654cd5e69cf5e5c644bfa5d284e61206 plugins/dbms/sybase/takeover.py
203203
be7481a96214220bcd8f51ca00239bed plugins/generic/connector.py
204-
a8f9d0516509e9e4226516ab4f13036a plugins/generic/custom.py
204+
5390591ca955036d492de11355b52e8f plugins/generic/custom.py
205205
3b54fd65feb9f70c551d315e82653384 plugins/generic/databases.py
206206
f7387352380136ac05c0bc3decb85638 plugins/generic/entries.py
207207
55802d1d5d65938414c77ccc27731cab plugins/generic/enumeration.py

0 commit comments

Comments
 (0)