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')