Video Link: https://www.youtube.com/watch?v=DsEnXkhdTPE&t=27s
In this video I covered how to record everything the user typed on their computer including the username and password using C++ ๐. This is common type of virus known as keyloggers, but this is a very simple version of it and we can talk more about how to make it more powerful in future videos. 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/sql-injection.git
Compilation and Run
g++ keylogger.cpp -o sus
sus
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