chi-wei-lien / reverse-shell-script

In this video I covered how to sneak into and remote control a computer using reverse shell script 😈. The whole script is written in c++ and I include the line-by-line explanation in the blog post down below. Be sure to check that out if you are interested! Just like always, this video is for educational purposes. If you do any illegal stuff you will get arrested πŸš“!

Home Page:https://www.youtube.com/watch?v=OD9ijSZJbTs&t=192s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽƒ Sneak Into and Remote Control A Computer (Reverse Shell Script)

Watch the Video First!

Video Link: https://www.youtube.com/watch?v=OD9ijSZJbTs&t=192s
In this video I covered how to sneak into and remote control a computer using reverse shell script 😈. The whole script is written in c++ and I include the line-by-line explanation in the blog post down below. Be sure to check that out if you are interested! Just like always, this video is for educational purposes. If you do any illegal stuff you will get arrested πŸš“!

Instalation

Downloading g++(c++ compiler) on Windows: https://code.visualstudio.com/docs/cpp/config-mingw (following the prerequisites)

Demo Code (Can only be run on Windows)

Clone the Repository:

git clone git@github.com:chi-wei-lien/reverse-shell-script.git

Compilation and Run

g++ server.cpp -o server
g++ client.cpp -o client
./server [IP_address] [Port_num]

On another tab

./client

How to stop the script:
go to task manager -> "Details" -> find the executable name (sus) -> press "End task"

πŸ“š EXTRA RESOURCES

πŸ˜ƒ WHO AM I:

I’m Wilson, a college freshman interested in making videos on Youtube and cybersecurity. I’m trying to upload a video every week that is related to cybersecurity to help people get started with this field. To be honest, I’m not at all an expert in this field, but I enjoy learning while sharing my knowledge! If you think I said anything wrong in my videos feel free to comment down below!

πŸ“ž CONTACT:

About

In this video I covered how to sneak into and remote control a computer using reverse shell script 😈. The whole script is written in c++ and I include the line-by-line explanation in the blog post down below. Be sure to check that out if you are interested! Just like always, this video is for educational purposes. If you do any illegal stuff you will get arrested πŸš“!

https://www.youtube.com/watch?v=OD9ijSZJbTs&t=192s


Languages

Language:C++ 100.0%