Version 1.0
Get remote access to the terminal of the client machine.
- Access to terminal
- Upload file
- download file
- Explore the client machine.
- Capture client machine state.
For now, it supports only Windows machines as the clients, and any machine (Windows/Mac/Linux) can be used to play as server.
When you run the program, the CLI provided is pretty self-explanatory. Here, I have used an Ubuntu machine to run as server. And my target machine is a Windows machine.
The current working directory of client machine is visible. And an option after “>>” to run the commands.
Here, I try to run “””systeminfo””” which is a Windows PowerShell command for printing out the system information. And as expectedly it worked and as can be seen in image client machine is running a version of windows.
After entering the path to the file which is to be uploaded to client. It can be seen that the file “poster_event.pdf” is present in the current working directory of the client.
This function is experiencing some issues as of right now. I am working on it.
This function is experiencing some issues as of right now. I am working on it.
- Repair file transfer from Client to Server.
- Reduce complexities
- Add installation guide to README