From 9533cc973efffc21e15a7e218955c067f2faa43a Mon Sep 17 00:00:00 2001 From: h00die Date: Mon, 7 Aug 2023 20:00:03 -0400 Subject: [PATCH] set right port --- modules/exploits/linux/http/h2_webinterface_rce.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/linux/http/h2_webinterface_rce.rb b/modules/exploits/linux/http/h2_webinterface_rce.rb index 5b8508b5b5203..17825caad0724 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:']),