Skip to content

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 purpโ€ฆ

Notifications You must be signed in to change notification settings

chi-wei-lien/key-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽƒ 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 purpโ€ฆ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages