Remote-Code-Command-execution

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

Log | Files | Refs | README

commit 7ca8993281bbac545cfaddc4df5f35324ed97922
parent 5480ff71a24cc378813003bede8baaf084bcbba0
Author: abdulrahim2002 <89011337+abdulrahim2002@users.noreply.github.com>
Date:   Thu,  3 Aug 2023 04:08:38 +0530

Update README.md
Diffstat:
MREADME.md | 19+++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -3,24 +3,27 @@ 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. -# Screen Shots +# Video Demonstration + +Watch on youtube: [youtube link](https://youtu.be/2l4CWBmEw50) + +### Part 1 +https://github.com/abdulrahim2002/Remote-Code-Command-execution/assets/89011337/362e68f7-d01b-483f-99d9-5988dba84b22 + +### Part 2 +https://github.com/abdulrahim2002/Remote-Code-Command-execution/assets/89011337/18361527-01f2-4a9d-8b83-0edd5ef8cf14 -https://youtu.be/2l4CWBmEw50 ## 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. + 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 - -