From fbab5b69aeabdaca22b3585a1c3685fbe307564a Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sun, 10 Nov 2024 18:44:59 +0000 Subject: [PATCH] bump for release and fix missing import --- dnsrecon/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dnsrecon/cli.py b/dnsrecon/cli.py index 22e20418..cdd8a87c 100755 --- a/dnsrecon/cli.py +++ b/dnsrecon/cli.py @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -__version__ = '1.3.0' +__version__ = '1.3.1' __author__ = 'Carlos Perez, Carlos_Perez@darkoperator.com' __name__ = 'cli' @@ -49,6 +49,7 @@ import dns.reversename import dns.zone import netaddr +import requests from dns.dnssec import algorithm_to_text from loguru import logger