Skip to content

Commit 39d615e

Browse files
committed
Added TARGETURI option
Added TARGETURI option
1 parent 8e45030 commit 39d615e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/http/lg_simple_editor_rce_uploadvideo.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ def initialize(info = {})
5050

5151
register_options(
5252
[
53-
Opt::RPORT(8080)
53+
Opt::RPORT(8080),
54+
OptString.new('TARGETURI', [true, 'The URI of the LG Simple Editor', '/'])
5455
]
5556
)
5657
end

0 commit comments

Comments
 (0)