Skip to content

Commit

Permalink
set right port
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Aug 8, 2023
1 parent 3fa0a57 commit 9533cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/linux/http/h2_webinterface_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def initialize(info = {})
)
register_options(
[
Opt::RPORT(80),
Opt::RPORT(8082),
OptString.new('USERNAME', [ true, 'User to login with', '']),
OptString.new('PASSWORD', [ true, 'Password to login with', '']),
OptString.new('DATABASE', [ true, 'Database to use', 'jdbc:h2:mem:']),
Expand Down

0 comments on commit 9533cc9

Please sign in to comment.