Python Programming For Ethical Hacker : KEYLOGGER

 Note : This article is only for educational purpose.

Python Programming For Ethical Hacker : Creating KEYLOGGER

Level : Intermediate.

Create project in Pycharm.


Go to NEW, click Python File.

Give name. Here, "Keylogger" is given.

Locate Terminal.


Install Keyboard 

Now, see images below for code.




Created file is copied to win 10 (in virtual machine)

Execute it.

Now once we start typing something in our pc, then all details will be captured and will be sent to email that we assigned above.

Thank You.

Comments