Skip to content

Commit 91167fc

Browse files
committed
Remove unnecessary option
1 parent 4d17826 commit 91167fc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/exploits/linux/http/ray_agent_job_rce.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def initialize(info = {})
6363
register_options(
6464
[
6565
Opt::RPORT(8265),
66-
Msf::OptString.new('TARGET_URI', [ false, 'URI', '/'])
6766
]
6867
)
6968
end

modules/exploits/linux/http/ray_cpu_profile_cmd_injection_cve_2023_6019.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def initialize(info = {})
6060
register_options(
6161
[
6262
Opt::RPORT(8265),
63-
Msf::OptString.new('TARGET_URI', [ false, 'URI', '/'])
6463
]
6564
)
6665
end

0 commit comments

Comments
 (0)