I use ubuntu and need to use a test server which runs windows 2003 (not by choice).
Now I want to setup my development environment which means python, django, virtualenv and perhaps mysql.
I have some of the setup files on my linux machine and wanted to just copy them over to the test server.
Luckily I found this is not difficult to do using rdesktop:
- create a directory on your linux box (let's say "/home/bayo/store")
- let us assume the directory you want to access your files from on the windows box is called "share"
- connect to the server via rdesktop using the -r disk flag [rdesktop (ip) -r disk:share=/home/bayo/store]
- when you login to the windows box and check your network places/entire network/microsoft terminal services/tsclient, true enough you find a folder called "share" (or whatever you named it in step 3) and this folder maps directly to the "/home/bayo/store/" directory on your linux box.
- that's all!
https://bayo.opadeyi.net/2011/06/copy-files-between-linux-and-windows.html
'OSCP > 도구 개념 정리' 카테고리의 다른 글
psexec, winexe(linux버전) (0) | 2020.07.07 |
---|---|
Passing the Hash: How to hack Windows Server 2012 - Privilege Escalation to Domain Admin (0) | 2020.07.06 |
mona (0) | 2020.05.14 |
msfvenom (0) | 2020.05.02 |
32bit Windows From Fuzzing to Buffer Overflow (0) | 2020.04.28 |