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

Skip to content

Commit b18444f

Browse files
committed
Issue #2417 (most probably -> most likely)
1 parent 7ea5248 commit b18444f

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def paramToDict(place, parameters=None):
591591
or re.search(r'\A9{3,}', _) or re.search(r'\A-\d+\Z', _) or re.search(DUMMY_USER_INJECTION, _))\
592592
and not parameter.upper().startswith(GOOGLE_ANALYTICS_COOKIE_PREFIX):
593593
warnMsg = "it appears that you have provided tainted parameter values "
594-
warnMsg += "('%s') with most probably leftover " % element
594+
warnMsg += "('%s') with most likely leftover " % element
595595
warnMsg += "chars/statements from manual SQL injection test(s). "
596596
warnMsg += "Please, always use only valid parameter values "
597597
warnMsg += "so sqlmap could be able to run properly"

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.2.18"
22+
VERSION = "1.1.2.19"
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)

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _retryProxy(**kwargs):
146146
if kb.testMode and kb.previousMethod == PAYLOAD.METHOD.TIME:
147147
# timed based payloads can cause web server unresponsiveness
148148
# if the injectable piece of code is some kind of JOIN-like query
149-
warnMsg = "most probably web server instance hasn't recovered yet "
149+
warnMsg = "most likely web server instance hasn't recovered yet "
150150
warnMsg += "from previous timed based payload. If the problem "
151151
warnMsg += "persists please wait for a few minutes and rerun "
152152
warnMsg += "without flag 'T' in option '--technique' "

lib/techniques/brute/use.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def tableExists(tableFile, regex=None):
7070

7171
if result:
7272
errMsg = "can't use table existence check because of detected invalid results "
73-
errMsg += "(most probably caused by inability of the used injection "
73+
errMsg += "(most likely caused by inability of the used injection "
7474
errMsg += "to distinguish erroneous results)"
7575
raise SqlmapDataException(errMsg)
7676

@@ -178,7 +178,7 @@ def columnExists(columnFile, regex=None):
178178

179179
if result:
180180
errMsg = "can't use column existence check because of detected invalid results "
181-
errMsg += "(most probably caused by inability of the used injection "
181+
errMsg += "(most likely caused by inability of the used injection "
182182
errMsg += "to distinguish erroneous results)"
183183
raise SqlmapDataException(errMsg)
184184

lib/utils/versioncheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
__import__(_)
1919
except ImportError:
2020
errMsg = "missing one or more core extensions (%s) " % (", ".join("'%s'" % _ for _ in extensions))
21-
errMsg += "most probably because current version of Python has been "
21+
errMsg += "most likely because current version of Python has been "
2222
errMsg += "built without appropriate dev packages (e.g. 'libsqlite3-dev')"
2323
exit(errMsg)

txt/checksum.md5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dc386321e8813788f155dc557a78be8d lib/controller/controller.py
2626
310efc965c862cfbd7b0da5150a5ad36 lib/controller/__init__.py
2727
19905ecb4437b94512cf21d5f1720091 lib/core/agent.py
2828
6cc95a117fbd34ef31b9aa25520f0e31 lib/core/bigarray.py
29-
987c70c04e4847b9b5528ddf68373134 lib/core/common.py
29+
664f91efb9a489c2607ff07cce2923bc lib/core/common.py
3030
5065a4242a8cccf72f91e22e1007ae63 lib/core/convert.py
3131
a8143dab9d3a27490f7d49b6b29ea530 lib/core/data.py
3232
7936d78b1a7f1f008ff92bf2f88574ba lib/core/datatype.py
@@ -45,7 +45,7 @@ a8143dab9d3a27490f7d49b6b29ea530 lib/core/data.py
4545
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4646
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
4747
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
48-
48d1d13ed1a008fbe0067a9d8bfd5656 lib/core/settings.py
48+
9587df401ae249ce8e0236d40276aaf6 lib/core/settings.py
4949
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
5050
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5151
afd0636d2e93c23f4f0a5c9b6023ea17 lib/core/target.py
@@ -67,7 +67,7 @@ a0444cc351cd6d29015ad16d9eb46ff4 lib/parse/sitemap.py
6767
403d873f1d2fd0c7f73d83f104e41850 lib/request/basicauthhandler.py
6868
0035612a620934d7ebe6d18426cfb065 lib/request/basic.py
6969
ef48de622b0a6b4a71df64b0d2785ef8 lib/request/comparison.py
70-
a75e2c97bb8b2a092239fa0571240d36 lib/request/connect.py
70+
52f45db6ce721df1fae0dedadbf84627 lib/request/connect.py
7171
fb6b788d0016ab4ec5e5f661f0f702ad lib/request/direct.py
7272
cc1163d38e9b7ee5db2adac6784c02bb lib/request/dns.py
7373
5dcdb37823a0b5eff65cd1018bcf09e4 lib/request/httpshandler.py
@@ -89,7 +89,7 @@ e5a82481947e798d0c11f3acf3e9db60 lib/takeover/xp_cmdshell.py
8989
cae752650755c706272a45ae84519a4b lib/techniques/blind/inference.py
9090
310efc965c862cfbd7b0da5150a5ad36 lib/techniques/blind/__init__.py
9191
310efc965c862cfbd7b0da5150a5ad36 lib/techniques/brute/__init__.py
92-
ad9087c1fa1f4854e103fd86841d1b8c lib/techniques/brute/use.py
92+
a693c023a9fed1eebb9ca9ef51e0aeb8 lib/techniques/brute/use.py
9393
310efc965c862cfbd7b0da5150a5ad36 lib/techniques/dns/__init__.py
9494
ab1601a7f429b47637c4fb8af703d0f1 lib/techniques/dns/test.py
9595
d3da4c7ceaf57c4687a052d58722f6bb lib/techniques/dns/use.py
@@ -113,7 +113,7 @@ e76a08237ee6a4cd6855af79610ea8a5 lib/utils/htmlentities.py
113113
2da1b35339667646e51101adaa1dfc32 lib/utils/search.py
114114
569521a83b2b6c62497879267b963b21 lib/utils/sqlalchemy.py
115115
caeea96ec9c9d489f615f282259b32ca lib/utils/timeout.py
116-
0b84e74f9eb7681bab7364617e2f2577 lib/utils/versioncheck.py
116+
6fa36b9742293756b226cddee11b7d52 lib/utils/versioncheck.py
117117
31c51a3cc73120ee9490f2e3fa6d0dca lib/utils/xrange.py
118118
b90aae84100a6c4c2bd5eeb4197fbc6e plugins/dbms/access/connector.py
119119
a71f7c8ffcb9b250cc785cad830e8980 plugins/dbms/access/enumeration.py

0 commit comments

Comments
 (0)