Remote-Code-Command-execution

A naive ssh clone
git clone https://github.com/abdulrahim2002/Remote-Code-Command-execution

Log | Files | Refs | README

commit c6d32c72998f64f029741416b7dc890748f067f1
parent 9cd88e2e1dac7f8fcc5a3b325aa0f4d0a738e276
Author: abdulrahim2002 <89011337+abdulrahim2002@users.noreply.github.com>
Date:   Wed,  5 Jul 2023 18:10:20 +0530

Update README.md
Diffstat:
MREADME.md | 27+++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,2 +1,25 @@ -# Remote-Code-Command-execution -Using the codes provided in the repository you can execute commands and code on a remote machine. The telnetServer machine is the target machine and client is the code executing machine + +# Remote Code and Command Execution + +A python implementation of remote code and command execution. Using the provided code you can connect 2 machines and remotely execute commands from one machine to another. It also 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. + + + + +## Features + +* 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. +## Authors + +- [@amrindersingh](co20305@ccet.ac.in) +- [@abdulrahim2002](co20301@ccet.ac.in) + + +## Documentation + +