From bd558714b128f39fa44bff0bc9b2272ef024b6b0 Mon Sep 17 00:00:00 2001 From: ekultek Date: Mon, 4 Dec 2017 14:39:21 -0600 Subject: [PATCH] patch for an issue where it would fail again if the encoding is still messed up, also patch for an issue with the protocol, will now auto assign http if it isn't present (issue #225 and issue #226) --- etc/checksum/md5sum.md5 | 2 +- lib/core/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/checksum/md5sum.md5 b/etc/checksum/md5sum.md5 index 1ebaac5..244ab79 100644 --- a/etc/checksum/md5sum.md5 +++ b/etc/checksum/md5sum.md5 @@ -77,7 +77,7 @@ ac942d36f7d78c249e587417736e88e6 ./lib/header_check/__init__.py cd8e35cfd995d0a93892cfc83f01dea7 ./lib/core/common.py 4433353fb5c55578391d8b4006191ee8 ./lib/core/errors.py d41d8cd98f00b204e9800998ecf8427e ./lib/core/__init__.py -e5cba9d37cf54d14255a81da1fa83f90 ./lib/core/settings.py +37fc631a9597a8e68c4208b2026d2458 ./lib/core/settings.py de4254c5e40f7aa4fb81e0608f758a2c ./lib/core/decorators.py 9a02e5b913d210350545ac26510a63c9 ./var/search/__init__.py 1ed3c450e620ff1edd8b0864179fdea7 ./var/search/selenium_search.py diff --git a/lib/core/settings.py b/lib/core/settings.py index 211aaa3..db05381 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.17.{}".format(PATCH_ID) +VERSION = "1.3.18.{}".format(PATCH_ID) # colors to output depending on the version VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}