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

Skip to content

Commit 1f2bdf5

Browse files
committed
Trivial message update
1 parent 465a1e1 commit 1f2bdf5

4 files changed

Lines changed: 5 additions & 5 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.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.2.10.17"
22+
VERSION = "1.2.10.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/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def cmdLineParser(argv=None):
626626
help="Clean up the DBMS from sqlmap specific UDF and tables")
627627

628628
miscellaneous.add_option("--dependencies", dest="dependencies", action="store_true",
629-
help="Check for missing (non-core) sqlmap dependencies")
629+
help="Check for missing (optional) sqlmap dependencies")
630630

631631
miscellaneous.add_option("--disable-coloring", dest="disableColoring", action="store_true",
632632
help="Disable console output coloring")

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ checkPayload = False
761761
# Valid: True or False
762762
cleanup = False
763763

764-
# Check for missing (non-core) sqlmap dependencies.
764+
# Check for missing (optional) sqlmap dependencies.
765765
# Valid: True or False
766766
dependencies = False
767767

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
4949
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52-
f9c54a74954157624dafa19b563d92b6 lib/core/settings.py
52+
fb1892f8a3902907dcd6c75f58dd80c1 lib/core/settings.py
5353
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5454
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555
47ad325975ab21fc9f11d90b46d0d143 lib/core/target.py
@@ -60,7 +60,7 @@ b35636650cfe721f5cc47fb91737c061 lib/core/update.py
6060
e772deb63270375e685fa5a7b775c382 lib/core/wordlist.py
6161
1e5532ede194ac9c083891c2f02bca93 lib/__init__.py
6262
7620f1f4b8791e13c7184c06b5421754 lib/parse/banner.py
63-
4296aee13e84a7394f2329dc7ea542ef lib/parse/cmdline.py
63+
6458f20d6ebe20fb45a79a09c2874d33 lib/parse/cmdline.py
6464
fb2e2f05dde98caeac6ccf3e67192177 lib/parse/configfile.py
6565
3794ff139869f5ae8e81cfdbe5714f56 lib/parse/handler.py
6666
6bab53ea9d75bc9bb8169d3e8f3f149f lib/parse/headers.py

0 commit comments

Comments
 (0)