From 15a391a8e514d74227cbd8d99fa7ba9e26db2afb Mon Sep 17 00:00:00 2001 From: AlaBouali Date: Sun, 17 Dec 2023 16:45:23 +0100 Subject: [PATCH] correcting NGINX's CPE + new version --- bane/__init__.py | 2 +- bane/scanners/web_servers/nginx_scanner.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bane/__init__.py b/bane/__init__.py index 5be8567..dd73c47 100644 --- a/bane/__init__.py +++ b/bane/__init__.py @@ -1,7 +1,7 @@ #coding: utf-8 -__version__='5.1.5' +__version__='5.1.8' __author__="Ala Bouali" diff --git a/bane/scanners/web_servers/nginx_scanner.py b/bane/scanners/web_servers/nginx_scanner.py index f29b69b..1c02b07 100644 --- a/bane/scanners/web_servers/nginx_scanner.py +++ b/bane/scanners/web_servers/nginx_scanner.py @@ -4,4 +4,4 @@ class Nginx_Server_Scanner: @staticmethod def scan(version,**kwargs): - return Vulners_Search_Scanner.scan_cpe('nginx','nginx',version=version,**kwargs) \ No newline at end of file + return Vulners_Search_Scanner.scan_cpe('f5','nginx',version=version,**kwargs) \ No newline at end of file diff --git a/setup.py b/setup.py index 5db9874..667c9fb 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ setuptools.setup( name="bane", - version="5.1.7", + version="5.1.8", author="AlaBouali", author_email="ala.bouali.1997@gmail.com", description='This Python library offers a comprehensive set of tools for various cybersecurity and networking tasks. Its functionalities encompass diverse capabilities such as bruteforce attacks, cryptographic methods, DDoS attacks, information gathering, botnet creation and management, CMS vulnerability scanning, network discovery, vulnerability scanning, useful modules for common tasks, web page analyzers, and proxy utilities making it a powerful toolkit for cybersecurity professionals and network administrators.',