
Originally Posted by
renn3r
I need a little help with remote commands. I have a security lab on wmware.
There are two machines :
1. windows 2000 workstation ---- IP 192.168.0.10
2. backtrack 2 ------------------ IP 192.168.0.20
Now I successfully exploited win 2000 with metasploit from BT2, and I entered into its cmd. But now I would like to copy some file (lets say file : c:\doc.txt), to BT2 root/ .
But how to do it ?
Cp or copy on windows say : copy (source) (target)
and I tried :
copy c:\doc.txt 192.168.0.20/root/
and it doesn't work.
So how to do this ???
---------
Next question is how to upload a file ?
Let's say I am attacking windows 2000 with XP (IP 192.168.0.30), and when I get in its cmd, I would like to upload a RAT server (let's say c:\bifrost.exe), than how to do this ?
---------
And last question, how to execute a command on remote computer ?
Let's say I uploaded this bifrost.exe server to win 2000 c:\bifrost.exe and I would like to run it. How to do this ?
-----------------------------------------------------
I already tried google.
If you think that my question is dumb, than pleas give me some link where I can learn it.