Build an Advanced Keylogger using C++ for Ethical Hacking!

Build an Advanced Keylogger using C++ for Ethical Hacking!

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 7.5 Hours | 1.85 GB

Take this course to learn how to code a fully functional keylogger in C++ for use in Windows!

If you want to learn to code at an advanced level in C++ or build your own fully functional advanced keylogger from scratch for learning ethical hacking, I think you might love this course! In this course you will see exactly how to create an advanced keylogger starting from nothing by literally following the steps I take as I make it!

This keylogger is capable of recording all the keyboard and mouse input! It can even record independent of the language settings because it logs the physical keys on the keyboard first. Next, by using an arbitrary keymap with human friendly names, it translates the machine keys to something that we can understand. It also possesses mail sending capabilities so you can just schedule the logfile to be sent via mail, lets say every 12 hours. In addition to this, it will also keep the logfile encrypted. Therefore, we will create another program which will be able to decrypt the logfile on your end.

For learning C++, this is an ideal course because it is completely hands on learning that provides a functional end product! Some future features that will be added to the keylogger course as I develop them will include but are not limited to taking screenshots, capturing clipboard content (copy-paste), recording website URLs, and so on! Take this course now to get immediate access to the videos and to get answers to every single question you ask in the course!

As an information technology professional myself, I realize what the final product of this course is capable of. I trust in creating this that you will use it for good and for learning. If you choose to use this keylogger for any illegal or immoral purposes, you risk losing a lot. This is only for educational purposes. The keylogger that you are going to see will be able to cause some serious damage, so please use it in a legal and responsible way.

Table of Contents

Introduction
1 Thank you for taking this course Here is what you get out of it
2 Introduction

Setting up the development environment
3 Set Up part 1
4 Set Up part 2

How to hide the keylogger window and prevent it from popping
5 Hiding the Keylogger window

Mapping physical keys to human friendly names
6 KeyConstants part 1
7 KeyConstants part 2

Creating auxiliary general purpose functions
8 Helper Header part 1
9 Helper Header part 2
10 Helper Header part 3

Writing the code for custom Encryption
11 Encryption part 1
12 Encryption part 2
13 Encryption part 3

Handling Input Output IO
14 IO Header part 1
15 IO Header part 2

Dealing with time intervals Timer header
16 Timer Header Intro
17 Timer Header part 1
18 Timer Header part 2
19 Timer Header part 3

Implementing the Send Mail option
20 SendMail intro
21 SendMail PowerShell Script part 1
22 SendMail PowerShell Script part 2
23 SendMail part 3
24 SendMail part 4
25 SendMail part 5
26 SendMail part 6

Setting up Hooks to capture pressed keys on the keyboard and mouse as well
27 KeyboardHook part 1
28 KeyboardHook part 2
29 KeyboardHook part 3
30 Main Function

Let us see how it works
31 Demo
32 Bonus lecture What next after taking this C keylogger course

Decryption
33 Decrypt Part 1
34 Decrypt Part 2
35 Decrypt Part 3