From ddaf5a3f0db40d40ecb21ed0983e24efd3fc31e6 Mon Sep 17 00:00:00 2001 From: Christophe De La Fuente Date: Tue, 6 Dec 2022 15:07:28 +0100 Subject: [PATCH] Remove unecessary return statement --- modules/exploits/linux/http/zimbra_unrar_cve_2022_30333.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/exploits/linux/http/zimbra_unrar_cve_2022_30333.rb b/modules/exploits/linux/http/zimbra_unrar_cve_2022_30333.rb index 31c1212961..5568bbd2dd 100644 --- a/modules/exploits/linux/http/zimbra_unrar_cve_2022_30333.rb +++ b/modules/exploits/linux/http/zimbra_unrar_cve_2022_30333.rb @@ -132,7 +132,6 @@ class MetasploitModule < Msf::Exploit::Remote public_filename = zimbra_get_public_path(target_filename) if public_filename.nil? fail_with(Failure::Unknown, 'Could not determine the public web path') - return end print_status('Checking the HTTP connection to the target')