chi-wei-lien / key-logger

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 πŸš“!

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽƒ Keylogger With C++

Watch the Video First!

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 πŸš“!

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/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"

πŸ“š 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 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 πŸš“!

https://www.youtube.com/watch?v=DsEnXkhdTPE&t=27s


Languages

Language:C++ 100.0%