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

Skip to content

Commit 318a01b

Browse files
committed
minor typo fixes
1 parent c9bbd14 commit 318a01b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ def checkConnection(suppressOutput=False):
10001000
errMsg = "unable to retrieve page content"
10011001
raise sqlmapConnectionException, errMsg
10021002
elif wasLastRequestDBMSError():
1003-
warnMsg = "there is a DBMS error found in the HTTP response body"
1003+
warnMsg = "there is a DBMS error found in the HTTP response body "
10041004
warnMsg += "which could interfere with the results of the tests"
10051005
logger.warn(warnMsg)
10061006
elif wasLastRequestHTTPError():

lib/takeover/abstraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def initEnv(self, mandatory=True, detailed=False, web=False):
187187
warnMsg += "the curent session user is not a database administrator"
188188

189189
if not conf.dCred and Backend.getIdentifiedDbms() in ( DBMS.MSSQL, DBMS.PGSQL ):
190-
warnMsg += ". You can try to to use option '--dbms-cred' "
190+
warnMsg += ". You can try to use option '--dbms-cred' "
191191
warnMsg += "to execute statements as a DBA user if you "
192192
warnMsg += "were able to extract and crack a DBA "
193193
warnMsg += "password by any mean"

0 commit comments

Comments
 (0)