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

Skip to content

Commit 7ea5248

Browse files
committed
Taking couple of suggestions from #2417
1 parent 7960045 commit 7ea5248

6 files changed

Lines changed: 11 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
output/
33
.sqlmap_history
44
traffic.txt
5-
*~
5+
*~
6+
.idea/

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,7 @@ def wasLastResponseDBMSError():
23292329

23302330
def wasLastResponseHTTPError():
23312331
"""
2332-
Returns True if the last web request resulted in an errornous HTTP code (like 500)
2332+
Returns True if the last web request resulted in an erroneous HTTP code (like 500)
23332333
"""
23342334

23352335
threadData = getCurrentThreadData()

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.17"
22+
VERSION = "1.1.2.18"
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
@@ -148,7 +148,7 @@ def _retryProxy(**kwargs):
148148
# if the injectable piece of code is some kind of JOIN-like query
149149
warnMsg = "most probably web server instance hasn't recovered yet "
150150
warnMsg += "from previous timed based payload. If the problem "
151-
warnMsg += "persists please wait for few minutes and rerun "
151+
warnMsg += "persists please wait for a few minutes and rerun "
152152
warnMsg += "without flag 'T' in option '--technique' "
153153
warnMsg += "(e.g. '--flush-session --technique=BEUS') or try to "
154154
warnMsg += "lower the value of option '--time-sec' (e.g. '--time-sec=2')"

lib/techniques/brute/use.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def tableExists(tableFile, regex=None):
7171
if result:
7272
errMsg = "can't use table existence check because of detected invalid results "
7373
errMsg += "(most probably caused by inability of the used injection "
74-
errMsg += "to distinguish errornous results)"
74+
errMsg += "to distinguish erroneous results)"
7575
raise SqlmapDataException(errMsg)
7676

7777
tables = getFileItems(tableFile, lowercase=Backend.getIdentifiedDbms() in (DBMS.ACCESS,), unique=True)
@@ -179,7 +179,7 @@ def columnExists(columnFile, regex=None):
179179
if result:
180180
errMsg = "can't use column existence check because of detected invalid results "
181181
errMsg += "(most probably caused by inability of the used injection "
182-
errMsg += "to distinguish errornous results)"
182+
errMsg += "to distinguish erroneous results)"
183183
raise SqlmapDataException(errMsg)
184184

185185
infoMsg = "checking column existence using items from '%s'" % columnFile

txt/checksum.md5

Lines changed: 4 additions & 4 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-
901d4c3dba4aa1248b394e546fc5533e lib/core/common.py
29+
987c70c04e4847b9b5528ddf68373134 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-
9a6d263b4f3c37fe9a2b0c2575331f74 lib/core/settings.py
48+
48d1d13ed1a008fbe0067a9d8bfd5656 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-
d57655ea924108989a235a7fa02a45f0 lib/request/connect.py
70+
a75e2c97bb8b2a092239fa0571240d36 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-
b24fa5fe58828e00a84991015c561f59 lib/techniques/brute/use.py
92+
ad9087c1fa1f4854e103fd86841d1b8c 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

0 commit comments

Comments
 (0)