From 064a51aceeab79e617664b6eff951f1462c32244 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Tue, 17 Sep 2024 08:05:17 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Handle=20vendor=20NoneType=20#79?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/plugins/pholus_scan/pholus/pholus3.py | 2 +- front/plugins/undiscoverables/config.json | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/front/plugins/pholus_scan/pholus/pholus3.py b/front/plugins/pholus_scan/pholus/pholus3.py index 05f3bd533..b5e4bb901 100755 --- a/front/plugins/pholus_scan/pholus/pholus3.py +++ b/front/plugins/pholus_scan/pholus/pholus3.py @@ -1057,7 +1057,7 @@ def main(): elif values.rdns_scanning: file_print_pr("[DEBUG] Timestamp 45: ", timeNow()) dns_query=None - ipn = ipaddress.ip_network(values.rdns_scanning) + ipn = ipaddress.ip_network(values.rdns_scanning, strict=False) for ip in ipn.hosts(): the_query = ip.reverse_pointer if not dns_query: diff --git a/front/plugins/undiscoverables/config.json b/front/plugins/undiscoverables/config.json index a9be9fef7..da4a540f8 100755 --- a/front/plugins/undiscoverables/config.json +++ b/front/plugins/undiscoverables/config.json @@ -25,28 +25,12 @@ { "language_code": "en_us", "string": "" - }, - { - "language_code": "es_es", - "string": "" - }, - { - "language_code": "de_de", - "string": "" } ], "description": [ { "language_code": "en_us", - "string": "This plugin is to import undiscoverable devices from a file." - }, - { - "language_code": "es_es", - "string": "Este complemento es para importar dispositivos no detectables desde un archivo." - }, - { - "language_code": "de_de", - "string": "Ein Plugin zum Importieren von nicht erkennbaren Geräten aus einer Datei." + "string": "This plugin is to import undiscoverable devices from a file. Only ASCII characters are supported." } ], "params": [