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

Skip to content

Commit 3e76895

Browse files
committed
Minor update
1 parent 2c1bd7f commit 3e76895

2 files changed

Lines changed: 2 additions & 2 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.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.5.48"
22+
VERSION = "1.0.5.49"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

plugins/generic/filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _checkFileLength(self, localFile, remoteFile, fileRead=False):
8787
else:
8888
sameFile = False
8989
warnMsg = "it looks like the file has not been written (usually "
90-
warnMsg += "occurs if the DBMS process' user has no write "
90+
warnMsg += "occurs if the DBMS process user has no write "
9191
warnMsg += "privileges in the destination path)"
9292
logger.warn(warnMsg)
9393

0 commit comments

Comments
 (0)