We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a833547 commit 9d47372Copy full SHA for 9d47372
modules/exploits/linux/http/zyxel_parse_config_rce.rb
@@ -151,7 +151,7 @@ def exploit
151
})
152
153
unless cmd_injection_res && !cmd_injection_res.body.include?('ParseError: 0xC0DE0005')
154
- 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')
155
end
156
157
0 commit comments