Refactoring

master
rrockru 2019-04-12 01:02:16 +03:00
parent 84a4e6f4a6
commit 5df6560b0b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class MetasploitModule < Msf::Exploit::Remote
register_options(
[
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'])
])
end