From e0c7b5c63c9ceff394bbcb2a5584c551e6337ad7 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 7 Jun 2018 00:46:54 +0200 Subject: [PATCH] Minor wording update --- lib/core/settings.py | 2 +- lib/parse/cmdline.py | 4 ++-- sqlmap.conf | 4 ++-- txt/checksum.md5 | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 6df44889d..a1f439d09 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.2.6.8" +VERSION = "1.2.6.9" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index fb7bddd7d..b8e843fcc 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -400,7 +400,7 @@ def cmdLineParser(argv=None): help="Search column(s), table(s) and/or database name(s)") enumeration.add_option("--comments", dest="getComments", action="store_true", - help="Retrieve DBMS comments") + help="Check for DBMS comments during enumeration") enumeration.add_option("-D", dest="db", help="DBMS database to enumerate") @@ -581,7 +581,7 @@ def cmdLineParser(argv=None): help="Log all HTTP traffic into a HAR file") general.add_option("--hex", dest="hexConvert", action="store_true", - help="Use DBMS hex function(s) for data retrieval") + help="Use hex conversion during data retrieval") general.add_option("--output-dir", dest="outputDir", action="store", help="Custom output directory path") diff --git a/sqlmap.conf b/sqlmap.conf index 5dc78e246..f29a7be42 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -481,7 +481,7 @@ dumpAll = False # Valid: True or False search = False -# Retrieve back-end database management system comments. +# Check for database management system database comments during enumeration. # Valid: True or False getComments = False @@ -710,7 +710,7 @@ forms = False # Valid: True or False freshQueries = False -# Use DBMS hex function(s) for data retrieval. +# Use hex conversion during data retrieval. # Valid: True or False hexConvert = False diff --git a/txt/checksum.md5 b/txt/checksum.md5 index d74733cfd..fc9e30030 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -47,7 +47,7 @@ c9a56e58984420a5abb7a3f7aadc196d lib/core/optiondict.py 0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py a7db43859b61569b601b97f187dd31c5 lib/core/revision.py fcb74fcc9577523524659ec49e2e964b lib/core/session.py -9cfb2ab4e4be638f47abb7e8b0bb47e9 lib/core/settings.py +55f2994073c8311c14895278ee8c8e25 lib/core/settings.py 0dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py 6306284edcccc185b2df085438572b0d lib/core/target.py @@ -58,7 +58,7 @@ c54afa9950529a5974166464bfd4c34a lib/core/update.py e772deb63270375e685fa5a7b775c382 lib/core/wordlist.py 1e5532ede194ac9c083891c2f02bca93 lib/__init__.py 7620f1f4b8791e13c7184c06b5421754 lib/parse/banner.py -ec0dae17de8c524f86bf66ffcac24093 lib/parse/cmdline.py +dc7b8fef4125abb26869689b8921b195 lib/parse/cmdline.py fb2e2f05dde98caeac6ccf3e67192177 lib/parse/configfile.py 3794ff139869f5ae8e81cfdbe5714f56 lib/parse/handler.py 6bab53ea9d75bc9bb8169d3e8f3f149f lib/parse/headers.py