diff --git a/modules/exploits/linux/http/h2_webinterface_rce.rb b/modules/exploits/linux/http/h2_webinterface_rce.rb index 5b8508b5b520..17825caad072 100644 --- a/modules/exploits/linux/http/h2_webinterface_rce.rb +++ b/modules/exploits/linux/http/h2_webinterface_rce.rb @@ -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:']),