Refactoring
parent
84a4e6f4a6
commit
5df6560b0b
|
@ -60,7 +60,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
register_options(
|
register_options(
|
||||||
[
|
[
|
||||||
OptString.new('TARGETURI', [true, 'The base to Confluence', '/']),
|
OptString.new('TARGETURI', [true, 'The base to Confluence', '/']),
|
||||||
OptString.new('TRIGGERURL', [true, 'Url to external video service to trigger vulnerability',
|
OptString.new('TRIGGERURL', [true, 'Url to external video service to trigger vulnerability',
|
||||||
'https://www.youtube.com/watch?v=dQw4w9WgXcQ'])
|
'https://www.youtube.com/watch?v=dQw4w9WgXcQ'])
|
||||||
])
|
])
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue