From b35c8e557d5d4b0e8a741de9cfed945a34dccad7 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 19 May 2019 07:45:26 +0200 Subject: [PATCH] Minor refactoring --- lib/core/settings.py | 2 +- lib/request/dns.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index fb3b05536..4be103861 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -18,7 +18,7 @@ from lib.core.enums import OS from thirdparty.six import unichr as _unichr # sqlmap version (...) -VERSION = "1.3.5.106" +VERSION = "1.3.5.107" 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/request/dns.py b/lib/request/dns.py index 5c3e2f35e..109f6c8d0 100644 --- a/lib/request/dns.py +++ b/lib/request/dns.py @@ -8,7 +8,6 @@ See the file 'LICENSE' for copying permission from __future__ import print_function import binascii -import codecs import os import re import socket