From 542eacab020dfdc5ad68924ac22b600eae324447 Mon Sep 17 00:00:00 2001 From: ekultek Date: Tue, 28 Nov 2017 13:44:41 -0600 Subject: [PATCH] minor update to the installation, if you already have it installed you don't need to worry about it --- bin/unzip_gecko.py | 2 +- etc/checksum/md5sum.md5 | 4 ++-- lib/core/settings.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/unzip_gecko.py b/bin/unzip_gecko.py index cd29e95..d0df330 100644 --- a/bin/unzip_gecko.py +++ b/bin/unzip_gecko.py @@ -159,7 +159,7 @@ def untar_gecko(filename="{}/bin/drivers/geckodriver-v0.{}.0-linux{}.tar.gz", ve tar = tarfile.open(filename.format(os.getcwd(), gecko_version, file_arch), "r:gz") if verbose: lib.core.settings.logger.debug(lib.core.settings.set_color( - "extracting the correct driver for your architecture '{}...", level=10 + "extracting the correct driver for your architecture...", level=10 )) try: tar.extractall("/usr/bin") diff --git a/etc/checksum/md5sum.md5 b/etc/checksum/md5sum.md5 index ec855a4..b7dd38f 100644 --- a/etc/checksum/md5sum.md5 +++ b/etc/checksum/md5sum.md5 @@ -13,7 +13,7 @@ b4ac1dab7fee43d1295b0d940e11fac1 ./etc/text_files/dorks.txt dc7bfc3d7b9b23340ee37806316bd770 ./etc/text_files/xss_payloads.txt b795ccb193f307a8e9a4a888c018241a ./etc/xml/headers.xml d41d8cd98f00b204e9800998ecf8427e ./bin/__init__.py -19f799120461d5f30b17ba39e8a92598 ./bin/unzip_gecko.py +ebd255c3ab49efde3155338e5d596b63 ./bin/unzip_gecko.py dc1eb4ebe0f372af48b5a9c107ebc68d ./bin/drivers/geckodriver-v0.18.0-linux32.tar.gz be18faeea6e7db9db6990d8667e2298f ./bin/drivers/geckodriver-v0.17.0-linux64.tar.gz 79b1a158f96d29942a111c0905f1c807 ./bin/drivers/geckodriver-v0.17.0-linux32.tar.gz @@ -76,7 +76,7 @@ b5cd5e913cc62112776153bdf0f60fa4 ./lib/attacks/xss_scan/__init__.py 777fef12812b6363a21b244f775dced1 ./lib/core/common.py 1faa2b5dfad6eb538bbfe42942d2a9da ./lib/core/errors.py d41d8cd98f00b204e9800998ecf8427e ./lib/core/__init__.py -4eb65902897194b09bda974d855bc495 ./lib/core/settings.py +c7ef2ee7fa1280432e21b9c90c542b58 ./lib/core/settings.py 4b507b34677b414b8338475fea2c012a ./lib/core/cache.py 9a02e5b913d210350545ac26510a63c9 ./var/search/__init__.py 1c11255dbb09c0889dd0aa739a437f95 ./var/search/selenium_search.py diff --git a/lib/core/settings.py b/lib/core/settings.py index 9c4ab83..7ac1761 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -46,7 +46,7 @@ CLONE = "https://github.com/ekultek/zeus-scanner.git" ISSUE_LINK = "https://github.com/ekultek/zeus-scanner/issues" # current version -VERSION = "1.3.2".format(PATCH_ID) +VERSION = "1.3.3".format(PATCH_ID) # colors to output depending on the version VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}