From 9d47372fe61b34af34289d92f1dd25a793070757 Mon Sep 17 00:00:00 2001 From: Jack Heysel Date: Mon, 3 Jun 2024 15:43:25 -0400 Subject: [PATCH] rubocop --- modules/exploits/linux/http/zyxel_parse_config_rce.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/linux/http/zyxel_parse_config_rce.rb b/modules/exploits/linux/http/zyxel_parse_config_rce.rb index 1b8b1dc27168..d913f7d33d9f 100644 --- a/modules/exploits/linux/http/zyxel_parse_config_rce.rb +++ b/modules/exploits/linux/http/zyxel_parse_config_rce.rb @@ -151,7 +151,7 @@ def exploit }) unless cmd_injection_res && !cmd_injection_res.body.include?('ParseError: 0xC0DE0005') - fail_with(Failure::PayloadFailed, 'The response from the target indicates the payload transfer was unsuccessful') + fail_with(Failure::PayloadFailed, 'The response from the target indicates the payload transfer was unsuccessful') end end end