A python implementation of remote code/command execution. Using which you can connect 2 machines and remotely execute commands from one machine to another. Initially implemented as telnet client, It now features live video streaming/screen sharing. Which means that while executing commands on the remote machine you can see what change those executions are making.
Watch on youtube: youtube link
Part.1.mp4
Part.2.mp4
-
Live screen sharing
-
Remotely use server machine's keyboard. e.g. usage: you can open a text file on the remote machine. then you can write anything in that text file using !! before your text written in prompt. Once done you can save the file using !ctrl~s Command.
-
Authentication. The server machine is secured by OTP(one time password) which is generated at runtime randomly.
The client machine sends commands to server machine, where they get executed, and the result is returned. The client machine can also write something using server's keyboard. The client's machine can also send shortcuts like ctrl+s(save) and win+d(jump to desktop), alt+tab(next program). The possibilities are endless, with what you can do with it.