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 ๐!
Downloading g++(c++ compiler) on Windows: https://code.visualstudio.com/docs/cpp/config-mingw (following the prerequisites)
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"
- Learn how to login as another user (XSS): https://www.youtube.com/watch?v=hIXzZVBy528&t=212s
- Learn how to steal data from database (SQL injection): https://www.youtube.com/watch?v=wSOlJ_duQU4&t=811s
- Learn how to crack a password using python (Brute force attack & Dictionary Attack): https://www.youtube.com/watch?v=VnBirsGV5hM
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!
- Website: https://loophole.engineer/
- Instagram: https://www.instagram.com/willy_3124/
- Github: https://github.com/chi-wei-lien/
- LinkedIn: https://www.linkedin.com/in/chi-wei-lien