fix copy pasta error

git-svn-id: file:///home/svn/framework3/trunk@9174 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-04-30 02:12:29 +00:00
parent 4c1aa287a5
commit 5b629c8dc7
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class Metasploit3 < Msf::Exploit::Remote
directory = '/images/stories/'
uri_base = ''
uri_base << datastore['URI']
uri_base << '/' if uri[-1,1] != '/'
uri_base << '/' if uri_base[-1,1] != '/'
uri_base << 'plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser'
# Get obfuscation code (needed to upload files)