Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 committed Jun 3, 2024
1 parent a833547 commit 9d47372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/linux/http/zyxel_parse_config_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d47372

Please sign in to comment.