Skip to content

Commit 9d47372

Browse files
committed
rubocop
1 parent a833547 commit 9d47372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/zyxel_parse_config_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def exploit
151151
})
152152

153153
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')
154+
fail_with(Failure::PayloadFailed, 'The response from the target indicates the payload transfer was unsuccessful')
155155
end
156156
end
157157
end

0 commit comments

Comments
 (0)