minor update to the installation, if you already have it installed you don't need to worry about it

This commit is contained in:
ekultek 2017-11-28 13:44:41 -06:00
parent f4e7c79a1f
commit 542eacab02
3 changed files with 4 additions and 4 deletions

View file

@ -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")

View file

@ -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

View file

@ -46,7 +46,7 @@ CLONE = "https://github.com/ekultek/zeus-scanner.git"
ISSUE_LINK = "https://github.com/ekultek/zeus-scanner/issues"
# current version <major.minor.commit.patch ID>
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}