Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Build an Advanced Keylogger using C++ for Ethical Hacking!
Introduction
Introduction (16:33)
Setting up the development environment
Set Up part 1 (7:44)
Set Up part 2 (7:27)
How to hide the keylogger window and prevent it from popping
How to hide the console window (11:48)
Mapping physical keys to human friendly names
KeyConstants part 1 (13:00)
KeyConstants part 2 (5:55)
Creating auxiliary general purpose functions
Helper Header part 1 (19:17)
Helper Header part 2 (19:42)
Helper Header part 3 (6:32)
Writing the code for custom Encryption
Encryption part 1 (12:18)
Encryption part 2 (13:41)
Encryption part 3 (15:22)
Handling Input Output I/O
IO Header part 1 (14:45)
IO Header part 2 (15:48)
Dealing with time intervals ( Timer header )
Timer Header Intro (8:51)
Timer Header part 1 (13:23)
Timer Header part 2 (18:47)
Timer Header part 3 (5:56)
Implementing the Send Mail option
SendMail intro (6:58)
SendMail PowerShell Script part 1 (19:46)
SendMail PowerShell Script part 2 (11:22)
SendMail part 3 (18:42)
SendMail part 4 (19:44)
SendMail part 5 (5:00)
SendMail part 6 (17:08)
Setting up Hooks to capture pressed keys on the keyboard and mouse as well
KeyboardHook part 1 (19:03)
KeyboardHook part 2 (19:17)
KeyboardHook part 3 (8:32)
Setting it all up in Main
Main Function (5:03)
Let us see how it works!
Demo (8:50)
Helper Header part 2
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock