Forum Thread: How to Share Folder in Kali to See in Windows..

im new here i having kali 2.0 (sans) can any one help me how im share folder in kali to see in windows....

2 Responses

There are various methods you can use, you can upload the files to Dropbox/Mega/<any-sharing-site>. My preferred method is a simple http server via python, to do this navigate to the folder you want to share within the terminal (let's use desktop as an example)

cd /root/Desktop

Then use this command to create an http server

python -m SimpleHTTPServer

Then from Windows machine open a browser and insert this on the URL:

<kali-ip:8000>

Now you can downlaod all the files in the desktop directory.

Share Your Thoughts

  • Hot
  • Active