Skip to content

Commit 4567789

Browse files
committed
Add TARGET_URI
1 parent 52852ce commit 4567789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/linux/http/ray_agent_job_rce.rb

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

0 commit comments

Comments
 (0)