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